From: <ef...@us...> - 2008-06-09 00:01:22
|
Revision: 5427 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5427&view=rev Author: efiring Date: 2008-06-08 17:01:14 -0700 (Sun, 08 Jun 2008) Log Message: ----------- Fix typo in list of backends Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/rcsetup.py Modified: trunk/matplotlib/lib/matplotlib/rcsetup.py =================================================================== --- trunk/matplotlib/lib/matplotlib/rcsetup.py 2008-06-08 23:34:01 UTC (rev 5426) +++ trunk/matplotlib/lib/matplotlib/rcsetup.py 2008-06-09 00:01:14 UTC (rev 5427) @@ -14,7 +14,7 @@ interactive_bk = ['gtk', 'gtkagg', 'gtkcairo', 'fltkagg', 'qtagg', 'qt4agg', 'tkagg', 'wx', 'wxagg', 'cocoaagg'] -non_interactive_bk = ['agg', 'cairo', 'emv', 'gdk', +non_interactive_bk = ['agg', 'cairo', 'emf', 'gdk', 'pdf', 'ps', 'svg', 'template'] all_backends = interactive_bk + non_interactive_bk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |