-
Notifications
You must be signed in to change notification settings - Fork 136
/
plot_style.txt
43 lines (43 loc) · 1.2 KB
/
plot_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
xtick.color: 323034
ytick.color: 323034
text.color: 323034
lines.markeredgecolor: black
patch.facecolor : bc80bd
patch.force_edgecolor : True
patch.linewidth: 0.8
scatter.edgecolors: black
grid.color: b1afb5
axes.titlesize: 19
legend.title_fontsize: 16
xtick.labelsize: 16
ytick.labelsize: 16
axes.labelsize: 16
font.size: 12
axes.prop_cycle : (cycler('color', ['bc80bd' ,'fb8072', 'b3de69','fdb462','fccde5','8dd3c7','ffed6f','bebada','80b1d3', 'ccebc5', 'd9d9d9'])) # + cycler('linestyle', ['-', '--', ':', '-.', '-', '--', ':', '-.', '-', '--', ':']))
mathtext.fontset: stix
font.family: STIXGeneral
lines.linewidth: 3
legend.frameon: True
legend.framealpha: 0.8
legend.fontsize: 12
legend.edgecolor: 0.9
legend.borderpad: 0.2
legend.columnspacing: 1.5
legend.labelspacing: 0.4
text.usetex: False
axes.titlelocation: left
axes.formatter.use_mathtext: True
axes.autolimit_mode: round_numbers
axes.labelpad: 3
axes.formatter.limits: -4, 4
axes.labelcolor: black
axes.edgecolor: black
axes.linewidth: 0.6
axes.spines.right : False
axes.spines.top : False
axes.grid: False
figure.titlesize: 21
figure.dpi: 150
savefig.dpi: 150
figure.figsize: 8, 4 # figure size in inches
lines.markersize: 9 # marker size, in points