Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6544569 commit 84b3422Copy full SHA for 84b3422
1 file changed
lib/matplotlib/rcsetup.py
@@ -14,8 +14,8 @@
14
15
#interactive_bk = ['gtk', 'gtkagg', 'gtkcairo', 'fltkagg', 'qtagg', 'qt4agg',
16
# 'tkagg', 'wx', 'wxagg', 'cocoaagg']
17
-# The capitalized forms seem to be needed for ipython at present;
18
-# this is mysterious to me (EF).
+# The capitalized forms are needed for ipython at present; this may
+# change for later versions.
19
20
interactive_bk = ['GTK', 'GTKAgg', 'GTKCairo', 'FltkAgg', 'QtAgg', 'Qt4Agg',
21
'TkAgg', 'WX', 'WXAgg', 'CocoaAgg']
0 commit comments