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