-
Notifications
You must be signed in to change notification settings - Fork 16
/
tp-large.mplstyle
79 lines (61 loc) · 2.02 KB
/
tp-large.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
### ThermoParser style
## Lines
lines.linewidth : 2.5
lines.markersize : 2.5
## Writing
# Font
pdf.fonttype : 42
ps.fonttype : 42
font.family : sans-serif
font.size : 40.0
font.sans-serif : Whitney Pro, Whitney Book Extended, Whitney Book, Helvetica, Arial, Liberation Sans, Andale Sans
text.usetex : False
mathtext.fontset : stixsans
mathtext.default : regular
# Relative text size
xtick.labelsize : medium
ytick.labelsize : medium
axes.labelsize : medium
legend.fontsize : medium
# Ticks
axes.formatter.limits : -5, 5
axes.formatter.min_exponent : 0
## Borders
# Spines
axes.linewidth : 1
axes.grid : False
axes.spines.left : True
axes.spines.right : True
axes.spines.top : True
axes.spines.bottom : True
# Ticks
xtick.top : False
xtick.bottom : True
xtick.labeltop : False
xtick.labelbottom : True
xtick.major.size : 10
xtick.minor.size : 5
xtick.major.width : 1
xtick.minor.width : 1
xtick.direction : in
xtick.minor.visible : True
xtick.alignment : center
xtick.major.pad : 10
ytick.major.pad : 10
ytick.left : True
ytick.right : False
ytick.labelleft : True
ytick.labelright : False
ytick.major.size : 10
ytick.minor.size : 5
ytick.major.width : 1
ytick.minor.width : 1
ytick.direction : in
ytick.minor.visible : True
ytick.alignment : center_baseline
## Legend
legend.frameon : False
## Figure
figure.dpi : 500
figure.frameon : False
savefig.bbox : tight