-
Notifications
You must be signed in to change notification settings - Fork 7
/
mc_notebook.mplstyle
48 lines (36 loc) · 1.28 KB
/
mc_notebook.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
# A matplotlib stylesheet for use in the notebook
lines.linewidth : 1
lines.markersize : 8
legend.fontsize : 16
legend.frameon : False
font.family : sans-serif
font.sans-serif : Helvetica
font.weight : light
text.hinting : auto
text.hinting_factor : 8
figure.figsize : 8,5
figure.subplot.bottom: 0.15
figure.subplot.left: 0.15
figure.subplot.right: 0.95
figure.subplot.top: 0.92
savefig.pad_inches : 0.2 # Padding to be used when bbox is set to 'tight'
savefig.transparent : True # setting that controls whether figures are saved with a
# transparent background by default
axes.prop_cycle: cycler('color', ['5E4Fa2', '5A53A4', '3C93B8', '79C9A4', 'C2E69F', 'F1F9AA', 'FEEC9F', 'FDBB6C', 'F57949', 'D7414E', '9E0142'])
# ticks
xtick.major.size : 4 # major tick size in points
xtick.major.width : 1.0 # major tick width in points
xtick.minor.size : 0 # minor tick size in points
ytick.major.size : 4 # major tick size in points
ytick.major.width : 1.0 # major tick width in points
ytick.minor.size : 0 # minor tick size in points
# Latex
text.usetex: False
pdf.fonttype : 42
# AXES
axes.titlesize : 18
axes.linewidth : 1.0
xtick.labelsize : 16
ytick.labelsize : 16
axes.labelsize : 16
axes.labelpad : 2.0