-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplot_stylesheet.sty
More file actions
55 lines (45 loc) · 1.02 KB
/
plot_stylesheet.sty
File metadata and controls
55 lines (45 loc) · 1.02 KB
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
# Copied from HowToMakeAPlot repository (https://github.com/cajohare/HowToMakeAPlot)
# 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 : 42
axes.labelsize : 45
figure.titlesize : 42
# Line widths
axes.linewidth : 2.5
grid.linewidth : 1
lines.linewidth : 3
lines.solid_capstyle : round
lines.markersize : 20
# Font style
font.family : serif
text.usetex : True
font.size : 28.0
#font.serif: Palatino
# margins
#axes.xmargin : 0
#axes.ymargin : 0
# Legend
legend.frameon : True
legend.fancybox : True
# Set color cycle:
axes.prop_cycle : cycler('color', ['0C5DA5', '00B945', 'FF9500', 'FF2C00', '845B97', '474747', '9e9e9e'])