Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <jswhit@us...> - 2008-12-17 23:37:27
|
Revision: 6657 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6657&view=rev Author: jswhit Date: 2008-12-17 23:37:18 +0000 (Wed, 17 Dec 2008) Log Message: ----------- fix docstring typo Modified Paths: -------------- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py Modified: trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py =================================================================== --- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-12-17 23:00:03 UTC (rev 6656) +++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-12-17 23:37:18 UTC (rev 6657) @@ -322,11 +322,11 @@ (size of y dimension / size of x dimension). llcrnrlon longitude of lower left hand corner of the selected map domain. - llcrnrlon latitude of lower left hand corner of the + llcrnrlat latitude of lower left hand corner of the selected map domain. urcrnrlon longitude of upper right hand corner of the selected map domain. - urcrnrlon latitude of upper right hand corner of the + urcrnrlat latitude of upper right hand corner of the selected map domain. llcrnrx x value of lower left hand corner of the selected map domain in map projection coordinates. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |