-
Notifications
You must be signed in to change notification settings - Fork 1
/
paper.mplstyle
64 lines (55 loc) · 1.15 KB
/
paper.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
# .15 = dark_gray
# .8 = light_gray
figure.facecolor: white
figure.figsize: 6.4, 4.4
text.color: .15
text.usetex: True
text.latex.preamble: \usepackage{color}, \usepackage{amsmath}, \usepackage{bm}
image.cmap: Greys
font.family: serif
font.serif: cm
font.sans-serif: Arial, Liberation Sans, Bitstream Vera Sans, sans-serif
font.size: 9
# axes
axes.grid: False
axes.facecolor: white
axes.labelcolor: .15
axes.labelpad: 3.0
axes.edgecolor: .15
axes.linewidth: 1.0
axes.axisbelow: True
axes.labelsize: medium
axes.titlesize: large
# ticks
xtick.direction: out
ytick.direction: out
xtick.color: .15
ytick.color: .15
xtick.major.pad: 3.0
ytick.major.pad: 3.0
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0
xtick.major.width: 0.8
ytick.major.width: 0.8
xtick.minor.width: 0.4
ytick.minor.width: 0.4
xtick.labelsize: small
ytick.labelsize: small
# legend
legend.fontsize: medium
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
# grid
grid.linewidth: 0.8
grid.color: .8
grid.linestyle: -
# lines
lines.linewidth: 1.4
lines.markersize: 5.6
lines.markeredgewidth: 0.8
lines.solid_capstyle: round
# patches
patch.linewidth: 0.8