##// END OF EJS Templates
Adding line about setting quality in config.
Brian E. Granger -
Show More
@@ -730,6 +730,7 b' def set_matplotlib_formats(*formats, **kwargs):'
730 730 To set this in your config files use the following::
731 731
732 732 c.InlineBackend.figure_formats = {'pdf', 'png', 'svg'}
733 c.InlineBackend.quality = 90
733 734
734 735 Parameters
735 736 ----------
General Comments 0
You need to be logged in to leave comments. Login now