Revision: 4648
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4648&view=rev
Author:   dsdale
Date:     2007-12-06 10:08:21 -0800 (Thu, 06 Dec 2007)

Log Message:
-----------
changed the default backend in rcsetup from WXAgg, which
is not certain to be present, to Agg.

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/rcsetup.py

Modified: trunk/matplotlib/lib/matplotlib/rcsetup.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/rcsetup.py  2007-12-06 17:47:46 UTC (rev 
4647)
+++ trunk/matplotlib/lib/matplotlib/rcsetup.py  2007-12-06 18:08:21 UTC (rev 
4648)
@@ -275,7 +275,7 @@
 
 # a map from key -> value, converter
 defaultParams = {
-    'backend'           : ['WXAgg', validate_backend],
+    'backend'           : ['Agg', validate_backend], # agg is certainly present
     'numerix'           : ['numpy', validate_numerix],
     'maskedarray'       : [False, validate_bool],
     'toolbar'           : ['toolbar2', validate_toolbar],


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to