-
Notifications
You must be signed in to change notification settings - Fork 0
/
mplPars.py
29 lines (28 loc) · 1022 Bytes
/
mplPars.py
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
# mplPars = {'text.usetex': True,
# 'axes.labelsize': 'large',
# 'axes.titlesize': 24,
# 'font.family': 'sans-serif',
# 'font.sans-serif': 'computer modern roman',
# 'font.size': 24,
# 'font.weight': 'black',
# 'xtick.labelsize': 20,
# 'ytick.labelsize': 20,
# 'legend.fontsize': 20,
# 'legend.frameon': True,
# 'legend.framealpha': 0,
# 'legend.fancybox': True,
# 'text.latex.preamble': r'\usepackage{cmbright}'
# }
mplPars = {'axes.labelsize': 'large',
'axes.titlesize': 24,
'font.family': 'sans-serif',
'font.sans-serif': 'computer modern roman',
'font.size': 24,
'font.weight': 'black',
'xtick.labelsize': 20,
'ytick.labelsize': 20,
'legend.fontsize': 20,
'legend.frameon': True,
'legend.framealpha': 0,
'legend.fancybox': True,
}