-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.mplstyle
50 lines (41 loc) · 1.17 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
axes.edgecolor : 262626
axes.labelcolor : 262626
axes.labelsize : 18
axes.labelweight : bold
axes.linewidth : 2
axes.titlesize : large
figure.titlesize : large
figure.autolayout : True
font.family : serif
font.size : 16
font.serif : Times, Palatino, New Century Schoolbook, Bookman, Computer Modern Roman
font.weight : bold
grid.color : 262626
grid.linestyle : --
grid.linewidth : 2
grid.alpha : 0.23
legend.frameon : False
legend.fontsize : large
legend.numpoints : 1
legend.scatterpoints : 1
lines.linewidth : 2
lines.markersize : 8
patch.edgecolor : 262626
text.color : 262626
text.usetex : True
xtick.color : 262626
xtick.labelsize : large
xtick.major.size : 8
xtick.minor.size : 4
xtick.major.width : 1.5
xtick.minor.width : 1.5
xtick.direction : in
xtick.top : True
ytick.color : 262626
ytick.labelsize : large
ytick.major.size : 8
ytick.minor.size : 4
ytick.major.width : 1.5
ytick.minor.width : 1.5
ytick.direction : in
ytick.right : True