Show More
@@ -246,7 +246,7 b' def find_gui_and_backend(gui=None, gui_select=None):' | |||
|
246 | 246 | Parameters |
|
247 | 247 | ---------- |
|
248 | 248 | gui : str |
|
249 | Can be one of ('tk','gtk','wx','qt','qt4','inline'). | |
|
249 | Can be one of ('tk','gtk','wx','qt','qt4','inline','agg'). | |
|
250 | 250 | gui_select : str |
|
251 | 251 | Can be one of ('tk','gtk','wx','qt','qt4','inline'). |
|
252 | 252 | This is any gui already selected by the shell. |
@@ -254,7 +254,7 b' def find_gui_and_backend(gui=None, gui_select=None):' | |||
|
254 | 254 | Returns |
|
255 | 255 | ------- |
|
256 | 256 | A tuple of (gui, backend) where backend is one of ('TkAgg','GTKAgg', |
|
257 | 'WXAgg','Qt4Agg','module://ipykernel.pylab.backend_inline'). | |
|
257 | 'WXAgg','Qt4Agg','module://ipykernel.pylab.backend_inline','agg'). | |
|
258 | 258 | """ |
|
259 | 259 | |
|
260 | 260 | import matplotlib |
General Comments 0
You need to be logged in to leave comments.
Login now