-
Notifications
You must be signed in to change notification settings - Fork 0
/
.matplotlibrc
51 lines (41 loc) · 1.28 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
# 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 : serif
font.serif : Arial, sans-serif
font.sans-serif : Arial, sans-serif
font.cursive : Arial, sans-serif
font.size : 8
figure.titlesize : 8
legend.fontsize : 8
axes.titlesize : 8
axes.labelsize : 8
xtick.labelsize : 8
ytick.labelsize : 8
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.5
xtick.major.width : 1.5
xtick.minor.width : 1.5
ytick.major.width : 1.5
ytick.minor.width : 1.5
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