-
Notifications
You must be signed in to change notification settings - Fork 0
/
sciplot.mplstyle
82 lines (70 loc) · 1.62 KB
/
sciplot.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
80
81
82
### Axes
axes.titlesize : large
axes.labelsize : large
### Lines
lines.linewidth : 1.5
lines.markersize : 10
hatch.linewidth: 0.25
patch.antialiased : True
### Ticks
xtick.top: False
xtick.bottom: True
xtick.major.size: 4.0
xtick.minor.size: 2.0
xtick.major.width: 0.5
xtick.minor.width: 0.5
xtick.direction: in
xtick.minor.visible: True
xtick.major.top: True
xtick.major.bottom: True
xtick.minor.top: True
xtick.minor.bottom: True
xtick.major.pad: 5.0
xtick.minor.pad: 5.0
ytick.labelsize: large
ytick.left: True
ytick.right: False
ytick.major.size: 4.0
ytick.minor.size: 2.0
ytick.major.width: 0.5
ytick.minor.width: 0.5
ytick.direction: in
ytick.minor.visible: True
ytick.major.left: True
ytick.major.right: True
ytick.minor.left: True
ytick.minor.right: True
ytick.major.pad: 5.0
ytick.minor.pad: 5.0
xtick.labelsize: large
### Legend
legend.frameon: False
legend.fontsize: 10
### Figure size
figure.figsize: 5.0, 3.5
figure.subplot.left: 0.125
figure.subplot.bottom: 0.175
figure.subplot.top: 0.95
figure.subplot.right: 0.95
figure.autolayout : False
### Fonts
mathtext.fontset : stix
font.family: serif
font.serif: Times New Roman
font.weight: light
#mathtext.rm : serif
#mathtext.bf : serif:bold
#mathtext.tt : monospace
#mathtext.it : serif:italic
#mathtext.default: rm
### Saving figures
path.simplify : True
### Spines
axes.spines.right : False
axes.spines.top : False
### Colors
axes.prop_cycle: cycler('color', ['1a476f', 'a00033', '0b5841', '777777', 'FBC15E', 'e7700d'])
###
axes.titlesize: x-large
axes.labelsize: large
axes.labelweight: bold