-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplt_style.txt
50 lines (47 loc) · 1.21 KB
/
plt_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
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: 14
legend.title_fontsize: 12
xtick.labelsize: 10
ytick.labelsize: 10
axes.labelsize: 12
font.size: 10
axes.prop_cycle : (cycler('color', ['80b1d3', 'fb8072', 'bc80bd', 'b3de69','fdb462','fccde5','8dd3c7','ffed6f','bebada', 'ccebc5', 'd9d9d9']))
# Latex math font and Arial text font (journal suggested)
#mathtext.fontset: cm
#font.family: sans-serif
#font.sans-serif: Arial
# Stix for both (looks better)
mathtext.fontset: stix
font.family: STIXGeneral
lines.linewidth: 2
legend.frameon: True
legend.framealpha: 0.8
legend.fontsize: 10
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.labelpad: 3
axes.titlepad: 5
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: 16
# 100-125 for notebooks, 300 for publication
figure.dpi: 125
#figure.dpi: 300