-
Notifications
You must be signed in to change notification settings - Fork 0
/
matplotlibrc
56 lines (45 loc) · 1.29 KB
/
matplotlibrc
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
54
55
56
# from http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/
backend: pgf
font.family: sans-serif
font.size: 24.0
pgf.rcfonts: False
text.usetex: True
pgf.texsystem: lualatex
pgf.preamble: \input{header-matplotlib.tex}
lines.markersize: 3.8
legend.markerscale: 1
legend.fancybox: False # no rounded corners
patch.linewidth: 0.4
patch.facecolor: 348ABD # blue
patch.edgecolor: EEEEEE
patch.antialiased: True
axes.facecolor: ECECEC
axes.edgecolor: white
axes.linewidth: 0.8
axes.grid: True
axes.titlesize: x-large
axes.labelsize: medium
axes.labelcolor: 222222
axes.axisbelow: True # grid/ticks are below elements (e.g., lines, text)
xtick.labelsize: medium
ytick.labelsize: medium
axes.prop_cycle: cycler('color', ['348ABD', 'E24A33', '8EBA42', '988ED5', '777777', 'FBC15E', 'FFB5B8'])
#348ABD : blue
#E24A33 : red
#8EBA42 : green
#988ED5 : purple
#777777 : gray
#FBC15E : yellow
#FFB5B8 : pink
xtick.color: 222222
xtick.direction: out
ytick.color: 222222
ytick.direction: out
grid.color: white
grid.linewidth: 0.4
grid.alpha: 0.4
grid.linestyle: - # solid line
figure.facecolor: white
figure.edgecolor: 0.50
figure.figsize: 5.5118, 3.05
savefig.pad_inches: 0