Show More
@@ -172,9 +172,11 b' def select_figure_formats(shell, formats, quality=90):' | |||
|
172 | 172 | Parameters |
|
173 | 173 | ========== |
|
174 | 174 | shell : InteractiveShell |
|
175 | The main IPython instance | |
|
175 | The main IPython instance. | |
|
176 | 176 | formats : list |
|
177 | 177 | One or a set of figure formats to enable: 'png', 'retina', 'jpeg', 'svg', 'pdf'. |
|
178 | quality : int | |
|
179 | A percentage for the quality of JPEG figures. | |
|
178 | 180 | """ |
|
179 | 181 | from matplotlib.figure import Figure |
|
180 | 182 | from IPython.kernel.zmq.pylab import backend_inline |
General Comments 0
You need to be logged in to leave comments.
Login now