You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matplotlibrc.template
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -346,11 +346,12 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
346
346
# the default savefig params can be different from the display params
347
347
# Eg, you may want a higher resolution, or to make the figure
348
348
# background white
349
-
#savefig.dpi : 100 # figure dots per inch
350
-
#savefig.facecolor : white # figure facecolor when saving
351
-
#savefig.edgecolor : white # figure edgecolor when saving
352
-
#savefig.format : png # png, ps, pdf, svg
353
-
#savefig.bbox : auto # tight, auto. When set to 'tight', will set the figure's bounding box to 'tight' and recalculate. When set to 'auto', it will use the automatic bounding box calculation.
349
+
#savefig.dpi : 100 # figure dots per inch
350
+
#savefig.facecolor : white # figure facecolor when saving
351
+
#savefig.edgecolor : white # figure edgecolor when saving
352
+
#savefig.format : png # png, ps, pdf, svg
353
+
#savefig.bbox : default # 'tight' or 'default'.
354
+
#savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
354
355
355
356
# tk backend params
356
357
#tk.window_focus : False # Maintain shell focus for TkAgg
0 commit comments