From: <js...@us...> - 2009-03-06 19:14:50
|
Revision: 6959 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6959&view=rev Author: jswhit Date: 2009-03-06 19:14:30 +0000 (Fri, 06 Mar 2009) Log Message: ----------- fix typo Modified Paths: -------------- trunk/toolkits/basemap/Changelog Modified: trunk/toolkits/basemap/Changelog =================================================================== --- trunk/toolkits/basemap/Changelog 2009-03-06 19:13:45 UTC (rev 6958) +++ trunk/toolkits/basemap/Changelog 2009-03-06 19:14:30 UTC (rev 6959) @@ -1,5 +1,5 @@ version 0.99.4 (not yet released) - * add fix_aspect kwarg to Basemap.__init__, when true + * 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. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |