From: <js...@us...> - 2009-06-17 02:18:50
|
Revision: 7225 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7225&view=rev Author: jswhit Date: 2009-06-17 02:18:39 +0000 (Wed, 17 Jun 2009) Log Message: ----------- ax.frame replaced with ax.spines Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2009-06-17 02:06:27 UTC (rev 7224) +++ trunk/toolkits/basemap/Changelog 2009-06-17 02:18:39 UTC (rev 7225) @@ -1,4 +1,6 @@ version 0.99.4 (not yet released) + * ax.frame replaced with ax.spines to maintain compatibility + with matplotlib spines support. * added latmax kwarg to drawparallels and drawmeridians (patch from Chris Murphy). * added new example "plotmap_shaded.py" (shaded relief plot). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |