##// END OF EJS Templates
Merge pull request #10769 from ipython/auto-backport-of-pr-10756...
Matthias Bussonnier -
r23879:de87b53c merge
parent child Browse files
Show More
@@ -17,16 +17,17 b" backends = {'tk': 'TkAgg',"
17 17 'gtk': 'GTKAgg',
18 18 'gtk3': 'GTK3Agg',
19 19 'wx': 'WXAgg',
20 'qt': 'Qt4Agg', # qt3 not supported
21 20 'qt4': 'Qt4Agg',
22 21 'qt5': 'Qt5Agg',
22 'qt': 'Qt5Agg',
23 23 'osx': 'MacOSX',
24 24 'nbagg': 'nbAgg',
25 25 'notebook': 'nbAgg',
26 26 'agg': 'agg',
27 27 'inline': 'module://ipykernel.pylab.backend_inline',
28 28 'ipympl': 'module://ipympl.backend_nbagg',
29 }
29 'widget': 'module://ipympl.backend_nbagg',
30 }
30 31
31 32 # We also need a reverse backends2guis mapping that will properly choose which
32 33 # GUI support to activate based on the desired matplotlib backend. For the
General Comments 0
You need to be logged in to leave comments. Login now