From: <jd...@us...> - 2008-07-28 19:59:21
|
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. |