From a4a1ec72e9d06070a927a9a1f3b1d6ee675ce50e 2016-08-29 10:18:27 From: Matteo Date: 2016-08-29 10:18:27 Subject: [PATCH] Updated docstring for agg backend and gui Updated the list of possible values for gui in the docstring, according to my previous commit. --- diff --git a/IPython/core/pylabtools.py b/IPython/core/pylabtools.py index c37649d..e4dad07 100644 --- a/IPython/core/pylabtools.py +++ b/IPython/core/pylabtools.py @@ -246,7 +246,7 @@ def find_gui_and_backend(gui=None, gui_select=None): Parameters ---------- gui : str - Can be one of ('tk','gtk','wx','qt','qt4','inline'). + Can be one of ('tk','gtk','wx','qt','qt4','inline','agg'). gui_select : str Can be one of ('tk','gtk','wx','qt','qt4','inline'). This is any gui already selected by the shell. @@ -254,7 +254,7 @@ def find_gui_and_backend(gui=None, gui_select=None): Returns ------- A tuple of (gui, backend) where backend is one of ('TkAgg','GTKAgg', - 'WXAgg','Qt4Agg','module://ipykernel.pylab.backend_inline'). + 'WXAgg','Qt4Agg','module://ipykernel.pylab.backend_inline','agg'). """ import matplotlib