-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathethplot.mplstyle
54 lines (44 loc) · 1.33 KB
/
ethplot.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
50
51
52
53
54
font.size: 14.0
font.family: sans-serif
font.sans-serif: Supria Sans, Lucida Grande, Bitstream Vera Sans, Helvetica Neue LT Pro
font.style: normal
font.variant: normal
lines.linewidth: 4
lines.solid_capstyle: butt
# Don't really want a frame but in case we do we want the fancy one:
legend.frameon: false
legend.fancybox: true
axes.prop_cycle: cycler('color', ["30a2da", "fc4f30", "e5ae38", "6d904f", "8b8b8b"])
axes.facecolor: ffffff
axes.edgecolor: cbcbcb
axes.labelsize: large
axes.axisbelow: true
axes.grid: true
axes.linewidth: 2.0
axes.titlesize: x-large
axes.labelweight: light
# Remove small ticks at the labels, not necessary with grid:
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0
# Adds more space between x[0] and y[0] tick labels:
xtick.major.pad: 7
ytick.major.pad: 7
patch.edgecolor: f0f0f0
patch.linewidth: 0.5
svg.fonttype: path
grid.linestyle: -
grid.linewidth: 1.0
grid.color: cbcbcb
savefig.edgecolor: ffffff
savefig.facecolor: ffffff
savefig.dpi: 300
savefig.bbox: tight
savefig.pad_inches: 0.0
figure.subplot.left: 0.00
figure.subplot.right: 1.0
figure.subplot.bottom: 0.00
figure.subplot.top: 0.9
#figure.subplot.wspace : 0.2 # the amount of width reserved for blank space between subplots
#figure.subplot.hspace : 0.2 # the amount of height reserved for white space between subplots