Revision: 5915 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5915&view=rev Author: jdh2358 Date: 2008-07-28 19:59:19 +0000 (Mon, 28 Jul 2008)
Log Message: ----------- commented out seterr in npy -- ma looks broken here Modified Paths: -------------- trunk/matplotlib/examples/pylab_examples/geo_demo.py trunk/matplotlib/unit/memleak_hawaii3.py Modified: trunk/matplotlib/examples/pylab_examples/geo_demo.py =================================================================== --- trunk/matplotlib/examples/pylab_examples/geo_demo.py 2008-07-28 17:29:57 UTC (rev 5914) +++ trunk/matplotlib/examples/pylab_examples/geo_demo.py 2008-07-28 19:59:19 UTC (rev 5915) @@ -1,5 +1,5 @@ import numpy as np -np.seterr("raise") +#np.seterr("raise") from pylab import * Modified: trunk/matplotlib/unit/memleak_hawaii3.py =================================================================== --- trunk/matplotlib/unit/memleak_hawaii3.py 2008-07-28 17:29:57 UTC (rev 5914) +++ trunk/matplotlib/unit/memleak_hawaii3.py 2008-07-28 19:59:19 UTC (rev 5915) @@ -2,7 +2,7 @@ import os, sys, time, gc import matplotlib -matplotlib.use('Agg') +matplotlib.use('PDF') from matplotlib.cbook import report_memory import numpy as np 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