From: <js...@us...> - 2007-11-17 22:11:36
|
Revision: 4369 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4369&view=rev Author: jswhit Date: 2007-11-17 14:11:19 -0800 (Sat, 17 Nov 2007) Log Message: ----------- docstring edits Modified Paths: -------------- trunk/toolkits/basemap-testing/examples/setwh.py Modified: trunk/toolkits/basemap-testing/examples/setwh.py =================================================================== --- trunk/toolkits/basemap-testing/examples/setwh.py 2007-11-17 22:10:30 UTC (rev 4368) +++ trunk/toolkits/basemap-testing/examples/setwh.py 2007-11-17 22:11:19 UTC (rev 4369) @@ -4,7 +4,7 @@ from matplotlib.toolkits.basemap import Basemap from pylab import arange, show, title, figure -# setup projection centered on lon_0,lat_0 +# setup projection parameters lat_0 = 40. lon_0 = -100. width = 6000000. @@ -24,7 +24,6 @@ lat_0=lat_0,lon_0=lon_0) npanel = npanel + 1 fig.add_subplot(3,2,npanel) - # setup figure with same aspect ratio as map. m.drawcoastlines() m.drawcountries() m.fillcontinents() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |