-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.mplstyle
31 lines (31 loc) · 1 KB
/
paper.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
figure.figsize : 10, 10 # figure size in inches
savefig.dpi : 600 # figure dots per inch
savefig.bbox : tight
font.size: 28
font.family: serif
font.serif: Computer Modern, Latin Modern Roman, Bitstream Vera Serif
text.usetex: True
axes.prop_cycle: cycler('color', ['29A2C6','FF6D31','73B66B','9467BD','FFCB18', 'EF597B'])
#axes.grid: True
#axes.grid.which: both
image.cmap : plasma
lines.linewidth: 2
patch.linewidth: 2
xtick.labelsize: 27
ytick.labelsize: 27
xtick.direction: in
ytick.direction: in
xtick.major.pad: 7
ytick.major.pad: 7
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: 2
xtick.minor.width: 2
ytick.major.width: 2
ytick.minor.width: 2
legend.frameon: True
legend.fontsize: 25