forked from nasa-lambda/cmbpol_plotting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
matplotlibrc
29 lines (24 loc) · 1.03 KB
/
matplotlibrc
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
font.family : serif
text.usetex : True
text.latex.unicode : True
text.latex.preamble : \usepackage{txfonts} \usepackage[T1]{fontenc}
# Increase the tick-mark lengths (defaults are 4 and 2)
xtick.major.size : 6
ytick.major.size : 6
xtick.minor.size : 3
ytick.minor.size : 3
# Increase the tick-mark widths as well as the widths of lines
# used to draw marker edges to be consistent with the other figure
# linewidths (defaults are all 0.5)
xtick.major.width : 1
ytick.major.width : 1
xtick.minor.width : 1
ytick.minor.width : 1
lines.markeredgewidth : 1
# Have the legend only plot one point instead of two, turn off the
# frame, and reduce the space between the point and the label
legend.numpoints : 1
legend.frameon : False
legend.handletextpad : 0.3
axes.prop_cycle : cycler(color=['4e79a7', 'f28e2b', 'e15759', '76b7b2', '59a14f', 'edc948', 'b07aa1', 'ff9da7', '9c755f', 'bab0ac'])
axes.formatter.limits : -3, 3