##// END OF EJS Templates
add default value for select_figure_format's quality parameter
Daniel B. Vasquez -
Show More
@@ -165,7 +165,7 b' def mpl_runner(safe_execfile):'
165 return mpl_execfile
165 return mpl_execfile
166
166
167
167
168 def select_figure_format(shell, fmt, quality):
168 def select_figure_format(shell, fmt, quality=90):
169 """Select figure format for inline backend, can be 'png', 'retina', 'jpg', or 'svg'.
169 """Select figure format for inline backend, can be 'png', 'retina', 'jpg', or 'svg'.
170
170
171 Using this method ensures only one figure format is active at a time.
171 Using this method ensures only one figure format is active at a time.
General Comments 0
You need to be logged in to leave comments. Login now