##// END OF EJS Templates
API: change '%matplotlib qt' to us Qt5Agg not Qt4Agg
Thomas A Caswell -
Show More
@@ -15,9 +15,9 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',
General Comments 0
You need to be logged in to leave comments. Login now