From: <ef...@us...> - 2008-06-10 02:19:16
|
Revision: 5452 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5452&view=rev Author: efiring Date: 2008-06-09 19:19:15 -0700 (Mon, 09 Jun 2008) Log Message: ----------- Modify comment about mixed case interactive backend list Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/rcsetup.py Modified: trunk/matplotlib/lib/matplotlib/rcsetup.py =================================================================== --- trunk/matplotlib/lib/matplotlib/rcsetup.py 2008-06-10 01:49:04 UTC (rev 5451) +++ trunk/matplotlib/lib/matplotlib/rcsetup.py 2008-06-10 02:19:15 UTC (rev 5452) @@ -14,8 +14,8 @@ #interactive_bk = ['gtk', 'gtkagg', 'gtkcairo', 'fltkagg', 'qtagg', 'qt4agg', # 'tkagg', 'wx', 'wxagg', 'cocoaagg'] -# The capitalized forms seem to be needed for ipython at present; -# this is mysterious to me (EF). +# The capitalized forms are needed for ipython at present; this may +# change for later versions. interactive_bk = ['GTK', 'GTKAgg', 'GTKCairo', 'FltkAgg', 'QtAgg', 'Qt4Agg', 'TkAgg', 'WX', 'WXAgg', 'CocoaAgg'] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |