-
Notifications
You must be signed in to change notification settings - Fork 0
/
matplotlibrc
63 lines (50 loc) · 1.38 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
57
58
59
60
61
62
63
# matplotlibrc
# ============
# matplotlib config file
# ----------------------
axes.axisbelow: True
axes.edgecolor: white
axes.facecolor: EAEAF2
axes.grid: True
axes.labelcolor: .15
axes.labelsize: medium
axes.labelpad: 15.0
axes.linewidth: 0
axes.prop_cycle: cycler('color', ['92C6FF', '97F0AA', 'FF9F9A', 'D0BBFF', 'FFFEA3', 'B0E0E6'])
axes.xmargin: .1
axes.ymargin: .1
figure.facecolor: white
figure.figsize: 9, 6
font.family: sans-serif
font.size: 13
grid.color: white
grid.linestyle: -
grid.linewidth: 1
image.cmap: Greys
legend.fontsize: medium
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
lines.linewidth: 2.75
lines.markeredgewidth: 0
lines.markersize: 7
lines.solid_capstyle: round
patch.facecolor: 4C72B0
patch.linewidth: .3
text.color: .15
xtick.color: .15
xtick.direction: out
xtick.major.pad: 7
xtick.major.size: 0
xtick.major.width: 1
xtick.minor.size: 0
xtick.minor.width: .5
ytick.color: .15
ytick.direction: out
ytick.major.pad: 7
ytick.major.size: 0
ytick.major.width: 1
ytick.minor.size: 0
ytick.minor.width: .5
errorbar.capsize: 3
savefig.transparent: True