-
Notifications
You must be signed in to change notification settings - Fork 0
/
leostyle2.mplstyle
49 lines (39 loc) · 1.14 KB
/
leostyle2.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
patch.linewidth: 0.5
patch.facecolor: FFA500 # orange
patch.edgecolor: EEEEEE
patch.antialiased: True
font.size: 20.0
figure.figsize: 10, 10 #9.6 ,6
figure.titlesize: 50
lines.linewidth: 5
axes.facecolor: E5E5E5
axes.edgecolor: black
axes.spines.top: False
axes.spines.right: False
axes.linewidth: 1
axes.grid: True
axes.titlesize: 30
axes.labelsize: 30
axes.labelcolor: black
axes.axisbelow: True # grid/ticks are below elements (e.g., lines, text)
axes.xmargin: 0
axes.labelpad: 15
axes.prop_cycle: cycler('color', ['FFB640', 'FF9D00', '229CFF', '014F9B', '94BF73', '739559']) + cycler('linestyle', ['solid', 'dotted', 'solid', 'dotted', 'solid', 'dotted'])
# 014F9B : dark blue
# 229CFF : blue
# 739559 : dark green
# 94BF73 : green
# FF9D00 : dark orange
# FFB640 : orange
xtick.color: black
xtick.direction: out
xtick.labelsize: 25
ytick.color: black
ytick.direction: out
ytick.labelsize: 30
grid.color: white
grid.linestyle: - # solid line
figure.facecolor: white
figure.edgecolor: 0.50
figure.autolayout: True
legend.fontsize: 25