-
Notifications
You must be signed in to change notification settings - Fork 0
/
cascade.mplstyle
36 lines (30 loc) · 1.09 KB
/
cascade.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
figure.figsize : 6.5, 5 # figure size in inches
savefig.dpi : 600 # figure dots per inch
figure.autolayout: False
font.size: 18
font.family: serif
font.serif: Computer Modern, Latin Modern Roman, Bitstream Vera Serif
font.sans-serif : Computer Modern Sans serif, Helvetica, Avant Garde
text.usetex: True
axes.linewidth: 1.0
#font.weight: False
mathtext.fontset: custom
mathtext.bf: False
axes.prop_cycle: cycler('color', ['29A2C6','FF6D31','73B66B','EF597B', '333333', 'FFCB18'])
axes.grid: False
patch.linewidth: 2
lines.linewidth: 2
xtick.labelsize: medium
ytick.labelsize: medium
xtick.minor.visible: True # visibility of minor ticks on x-axis
ytick.minor.visible: True # visibility of minor ticks on y-axis
xtick.major.size: 8 # major tick size in points
xtick.minor.size: 4 # minor tick size in points
ytick.major.size: 8 # major tick size in points
ytick.minor.size: 4 # minor tick size in points
xtick.major.width: 1.2
xtick.minor.width: 1.2
ytick.major.width: 1.2
ytick.minor.width: 1.2
legend.frameon: False
legend.fontsize: 12