-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathggplot_bw.mplstyle
59 lines (53 loc) · 1.1 KB
/
ggplot_bw.mplstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## ggplot_bw matplotlib style sheet
## Author: Morteza Hosseini
## https://github.com/smortezah
## FONT
font.family: sans-serif
font.sans-serif: Arial
font.size: 11.0
font.weight: normal
## FIGURE
figure.dpi: 100
figure.edgecolor: white
figure.facecolor: white
figure.frameon: False
figure.titlesize: 13.2
figure.titleweight: normal
## AXES
axes.axisbelow: True
axes.edgecolor: 333333
axes.grid: True
axes.grid.axis: both
axes.grid.which: both
axes.labelpad: 2.75
axes.labelsize: 11.0
axes.linewidth: 0.5
axes.titlelocation: left
axes.titlepad: 11.0
axes.titlesize: 13.2
axes.titleweight: normal
## TICK
xtick.color: 333333
xtick.labelcolor: 4d4d4d
xtick.labelsize: 8.8
xtick.major.pad: 2.2
xtick.major.size: 2.75
ytick.color: 333333
ytick.labelcolor: 4d4d4d
ytick.labelsize: 8.8
ytick.major.pad: 2.2
ytick.major.size: 2.75
## LEGEND
legend.borderaxespad: 1.0
legend.borderpad: 0.5
legend.columnspacing: 2.0
legend.fontsize: 8.8
legend.frameon: False
legend.handleheight: 1.0
legend.handlelength: 1.2
legend.labelspacing: 1.0
legend.title_fontsize: 11.0
## GRID
grid.alpha: 1.0
grid.color: ebebeb
grid.linewidth: 1.0