Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84b3422

Browse files
committed
Modify comment about mixed case interactive backend list
svn path=/trunk/matplotlib/; revision=5452
1 parent 6544569 commit 84b3422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/rcsetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
#interactive_bk = ['gtk', 'gtkagg', 'gtkcairo', 'fltkagg', 'qtagg', 'qt4agg',
1616
# 'tkagg', 'wx', 'wxagg', 'cocoaagg']
17-
# The capitalized forms seem to be needed for ipython at present;
18-
# this is mysterious to me (EF).
17+
# The capitalized forms are needed for ipython at present; this may
18+
# change for later versions.
1919

2020
interactive_bk = ['GTK', 'GTKAgg', 'GTKCairo', 'FltkAgg', 'QtAgg', 'Qt4Agg',
2121
'TkAgg', 'WX', 'WXAgg', 'CocoaAgg']

0 commit comments

Comments
 (0)