Revision: 5942 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5942&view=rev Author: dsdale Date: 2008-08-01 12:14:29 +0000 (Fri, 01 Aug 2008)
Log Message: ----------- added backend_fallback to traited config Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/config/mplconfig.py Modified: trunk/matplotlib/lib/matplotlib/config/mplconfig.py =================================================================== --- trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2008-07-31 19:08:08 UTC (rev 5941) +++ trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2008-08-01 12:14:29 UTC (rev 5942) @@ -64,6 +64,7 @@ class backend(TConfig): use = T.Trait('Agg', mplT.BackendHandler()) + fallback = T.Trait(True, mplT.BoolHandler()) class cairo(TConfig): format = T.Trait('png', 'png', 'ps', 'pdf', 'svg') @@ -284,6 +285,7 @@ self.tconfig_map = { 'backend' : (self.tconfig.backend, 'use'), + 'backend_fallback' : (self.tconfig.backend, 'fallback'), 'numerix' : (self.tconfig, 'numerix'), 'maskedarray' : (self.tconfig, 'maskedarray'), 'toolbar' : (self.tconfig, 'toolbar'), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins