forked from mjg-phys/HowToMakeAPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsty3.mplstyle
More file actions
49 lines (41 loc) · 926 Bytes
/
sty3.mplstyle
File metadata and controls
49 lines (41 loc) · 926 Bytes
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
# Set default figure size
figure.figsize : 13, 12
# Set x axis
xtick.major.size : 15
xtick.major.width : 2
xtick.minor.size : 10
xtick.minor.width : 1
xtick.direction : in
xtick.top : True
# Set y axis
ytick.major.size : 15
ytick.major.width : 2
ytick.minor.size : 10
ytick.minor.width : 1
ytick.direction : in
ytick.right : True
# Fontsizes
xtick.labelsize : 30
ytick.labelsize : 30
xtick.major.pad : 9
legend.fontsize : 35
legend.title_fontsize : 35
axes.titlesize : 35
axes.labelsize : 45
# Line widths
axes.linewidth : 2.5
grid.linewidth : 1
lines.linewidth : 3
lines.solid_capstyle : round
# Font style
font.family : sans-serif
text.usetex : True
font.size: 28.0
text.latex.preamble : \usepackage{cmbright}
# margins
#axes.xmargin : 0
#axes.ymargin : 0
# Legend
legend.frameon : False
# Set color cycle:
axes.prop_cycle : cycler('color', ['0C5DA5', '00B945', 'FF9500', 'FF2C00', '845B97', '474747', '9e9e9e'])