-
Notifications
You must be signed in to change notification settings - Fork 1
/
rmts.mplstyle
44 lines (35 loc) · 1.06 KB
/
rmts.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
# adapted from http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/
patch.linewidth: 0.5
patch.facecolor: 348ABD # blue
patch.edgecolor: 000000
patch.antialiased: True
font.size: 20.0
font.family: serif
axes.facecolor: FFFFFF
axes.edgecolor: 000000
axes.linewidth: 1
axes.grid: True
axes.titlesize: xx-large
axes.labelsize: x-large
axes.labelcolor: 000000
axes.axisbelow: True # grid/ticks are below elements (e.g., lines, text)
axes.prop_cycle: cycler('color', ['E24A33', '348ABD', '988ED5', '777777', 'FBC15E', '8EBA42', 'FFB5B8'])
# E24A33 : red
# 348ABD : blue
# 988ED5 : purple
# 777777 : gray
# FBC15E : yellow
# 8EBA42 : green
# FFB5B8 : pink
xtick.color: 000000
xtick.direction: out
xtick.labelsize: large
ytick.color: 000000
ytick.direction: out
ytick.labelsize: 17.0
grid.color: E5E5E5
grid.linestyle: - # solid line
figure.facecolor: white
figure.edgecolor: 000000
legend.fontsize: x-large
legend.markerscale: 2.0