From: <js...@us...> - 2009-03-07 23:47:24
|
Revision: 6965 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6965&view=rev Author: jswhit Date: 2009-03-07 23:47:02 +0000 (Sat, 07 Mar 2009) Log Message: ----------- add new example, fix formatting Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2009-03-07 22:44:16 UTC (rev 6964) +++ trunk/toolkits/basemap/Changelog 2009-03-07 23:47:02 UTC (rev 6965) @@ -1,8 +1,9 @@ version 0.99.4 (not yet released) + * added new example "plothighsandlows.py". * add fix_aspect kwarg to Basemap.__init__, when False - axes.set_aspect is set to 'auto' instead of default 'equal'. - Can be used to make plot fill whole plot region, even if the - plot region doesn't match the aspect ratio of the map region. + axes.set_aspect is set to 'auto' instead of default 'equal'. + Can be used to make plot fill whole plot region, even if the + plot region doesn't match the aspect ratio of the map region. * added date2index function, updated netcdftime to 0.7.1. * added maskoceans function. * update pupynere to version 1.0.8 (supports writing large files). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |