##// 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 'gtk': 'GTKAgg',
17 'gtk': 'GTKAgg',
18 'gtk3': 'GTK3Agg',
18 'gtk3': 'GTK3Agg',
19 'wx': 'WXAgg',
19 'wx': 'WXAgg',
20 'qt': 'Qt4Agg', # qt3 not supported
21 'qt4': 'Qt4Agg',
20 'qt4': 'Qt4Agg',
22 'qt5': 'Qt5Agg',
21 'qt5': 'Qt5Agg',
22 'qt': 'Qt5Agg',
23 'osx': 'MacOSX',
23 'osx': 'MacOSX',
24 'nbagg': 'nbAgg',
24 'nbagg': 'nbAgg',
25 'notebook': 'nbAgg',
25 'notebook': 'nbAgg',
26 'agg': 'agg',
26 'agg': 'agg',
27 'inline': 'module://ipykernel.pylab.backend_inline',
27 'inline': 'module://ipykernel.pylab.backend_inline',
28 'ipympl': 'module://ipympl.backend_nbagg',
28 'ipympl': 'module://ipympl.backend_nbagg',
29 }
29 'widget': 'module://ipympl.backend_nbagg',
30 }
30
31
31 # We also need a reverse backends2guis mapping that will properly choose which
32 # We also need a reverse backends2guis mapping that will properly choose which
32 # GUI support to activate based on the desired matplotlib backend. For the
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