##// END OF EJS Templates
Add comment as per PR discussion, indicating MPL 1.1 is now required.
Fernando Perez -
Show More
@@ -217,6 +217,7 b' def find_gui_and_backend(gui=None, gui_select=None):'
217 # We need to read the backend from the original data structure, *not*
217 # We need to read the backend from the original data structure, *not*
218 # from mpl.rcParams, since a prior invocation of %matplotlib may have
218 # from mpl.rcParams, since a prior invocation of %matplotlib may have
219 # overwritten that.
219 # overwritten that.
220 # WARNING: this assumes matplotlib 1.1 or newer!!
220 backend = matplotlib.rcParamsOrig['backend']
221 backend = matplotlib.rcParamsOrig['backend']
221 # In this case, we need to find what the appropriate gui selection call
222 # In this case, we need to find what the appropriate gui selection call
222 # should be for IPython, so we can activate inputhook accordingly
223 # should be for IPython, so we can activate inputhook accordingly
General Comments 0
You need to be logged in to leave comments. Login now