@@ -362,14 +362,15 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
362
362
# the default savefig params can be different from the display params
363
363
# e.g., you may want a higher resolution, or to make the figure
364
364
# background white
365
- #savefig.dpi : 100 # figure dots per inch
366
- #savefig.facecolor : white # figure facecolor when saving
367
- #savefig.edgecolor : white # figure edgecolor when saving
368
- #savefig.format : png # png, ps, pdf, svg
369
- #savefig.bbox : standard # 'tight' or 'standard'.
370
- #savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
371
- #savefig.directory : ~ # default directory in savefig dialog box,
372
- # leave empty to always use current working directory
365
+ #savefig.dpi : 100 # figure dots per inch
366
+ #savefig.facecolor : white # figure facecolor when saving
367
+ #savefig.edgecolor : white # figure edgecolor when saving
368
+ #savefig.format : png # png, ps, pdf, svg
369
+ #savefig.bbox : standard # 'tight' or 'standard'.
370
+ #savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
371
+ #savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
372
+ #savefig.directory : ~ # default directory in savefig dialog box,
373
+ # leave empty to always use current working directory
373
374
374
375
# tk backend params
375
376
#tk.window_focus : False # Maintain shell focus for TkAgg
0 commit comments