-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpl_style.txt
53 lines (45 loc) · 967 Bytes
/
mpl_style.txt
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
#### * LINES *
lines.linewidth: .75
lines.markersize: 4
#### * FONT *
font.sans-serif: Arial
font.size: 6
#### * AXES *
axes.titlesize: 7
axes.labelsize: 6
axes.titlepad: 3
axes.linewidth: .5
axes.spines.right: False
axes.spines.top: False
axes.unicode_minus: True
#### * TICKS *
xtick.major.width: .5
ytick.major.width: .5
xtick.minor.width: .5
ytick.minor.width: .5
xtick.major.size: 2
ytick.major.size: 2
xtick.minor.size: 1
ytick.minor.size: 1
xtick.major.pad: 1.5
ytick.major.pad: 1.5
xtick.top: False
ytick.right: False
xtick.labelsize: 6
ytick.labelsize: 6
#### * LEGEND *
legend.fancybox: False
legend.frameon: False
legend.fontsize: 6
#### * FIGURE *
figure.constrained_layout.use: True
figure.dpi: 135
figure.facecolor: white
figure.titlesize: 8
#### * IMAGES *
image.cmap: tab10
#### * SCATTER PLOTS *
scatter.marker: .
#### * SAVING FIGURES *
savefig.dpi: 200
savefig.facecolor: white