Revision: 5340
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5340&view=rev
Author: jswhit
Date: 2008-05-31 05:26:21 -0700 (Sat, 31 May 2008)
Log Message:
---
replace "faceted=False" with "edgecolors='none' to suppress deprecation warning
Modified Paths:
---
Revision: 5341
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5341&view=rev
Author: jswhit
Date: 2008-05-31 05:57:10 -0700 (Sat, 31 May 2008)
Log Message:
---
fixed warpimage method to work with recent matplotlib change
"2008-05-29 matplotlib.image.imread now no long
Revision: 5342
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5342&view=rev
Author: jswhit
Date: 2008-05-31 06:03:28 -0700 (Sat, 31 May 2008)
Log Message:
---
use "import numpy.ma as ma" instead of "from numpy import ma"
Modified Paths:
--
trunk/tool
Revision: 5343
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5343&view=rev
Author: jswhit
Date: 2008-05-31 06:05:26 -0700 (Sat, 31 May 2008)
Log Message:
---
use "import numpy.ma as ma" instead of "from numpy import ma"
Modified Paths:
--
trunk/tool
Revision: 5344
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5344&view=rev
Author: jswhit
Date: 2008-05-31 06:12:55 -0700 (Sat, 31 May 2008)
Log Message:
---
fix to warpimage method
Modified Paths:
--
trunk/toolkits/basemap/Changelog
Modified: trun
Revision: 5345
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5345&view=rev
Author: jswhit
Date: 2008-05-31 07:30:09 -0700 (Sat, 31 May 2008)
Log Message:
---
add missing example
Modified Paths:
--
trunk/toolkits/basemap/MANIFEST.in
Modified: trunk/