-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatplotlibrc
More file actions
31 lines (23 loc) · 1.1 KB
/
matplotlibrc
File metadata and controls
31 lines (23 loc) · 1.1 KB
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
backend : pgf
font.family : serif
font.size : 10.0
#font.serif : Garamond Premier Pro
text.usetex : False
pgf.texsystem: xelatex
pgf.rcfonts: False
#pgf.preamble: \usepackage{fontspec}, \usepackage{unicode-math}, \setmathfont{XITS Math}, \setmainfont{Garamond Premier Pro}
axes.facecolor : none # axes background color
#figure.figsize : 8, 6 # figure size in inches
#figure.dpi : 80 # figure dots per inch
figure.facecolor : none # figure facecolor; 0.75 is scalar gray
figure.edgecolor : none # figure edgecolor
image.cmap : hot
# the default savefig params can be different from the display params
# e.g., you may want a higher resolution, or to make the figure
# background white
savefig.dpi : 600 # figure dots per inch
savefig.facecolor : none # figure facecolor when saving
savefig.edgecolor : none # figure edgecolor when saving
savefig.format : pdf # png, ps, pdf, svg
#savefig.bbox : standard # 'tight' or 'standard'.
#savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'