-
Notifications
You must be signed in to change notification settings - Fork 1
/
.matplotlibrc
52 lines (42 loc) · 1.42 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# http://matplotlib.org/users/customizing.html
# Note: Units are in pt not in px
#
# How to convert px to pt in Inkscape
# > Inkscape pixel is 1/90 of an inch, other software usually uses 1/72.
# > This means if you need 10pt - use 12.5 in Inkscape (multiply with 1.25).
# > http://www.inkscapeforum.com/viewtopic.php?f=6&t=5964
text.usetex : False
mathtext.default : regular
font.family : sans-serif
font.serif : Arial, sans-serif
font.sans-serif : Arial, sans-serif
font.cursive : Arial, sans-serif
font.size : 6
figure.titlesize : 6
legend.fontsize : 6
axes.titlesize : 6
axes.labelsize : 6
xtick.labelsize : 6
ytick.labelsize : 6
image.interpolation : nearest
image.resample : False
image.composite_image : True
axes.spines.left : True
axes.spines.bottom : True
axes.spines.top : False
axes.spines.right : False
axes.linewidth : 1.
xtick.major.width : 1.
xtick.minor.width : 1.
ytick.major.width : 1.
ytick.minor.width : 1.
lines.linewidth : 1.5
lines.markersize : 3
savefig.dpi : 300
savefig.format : svg
savefig.bbox : tight
savefig.pad_inches : 0.1
svg.image_inline : True
svg.fonttype : none
legend.frameon : False
axes.prop_cycle : cycler('color', ['k', '1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])