|
From: <js...@us...> - 2008-07-13 13:03:51
|
Revision: 5758
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5758&view=rev
Author: jswhit
Date: 2008-07-13 06:03:48 -0700 (Sun, 13 Jul 2008)
Log Message:
-----------
update
Modified Paths:
--------------
trunk/toolkits/basemap/doc/users/figures/geos_full.py
Modified: trunk/toolkits/basemap/doc/users/figures/geos_full.py
===================================================================
--- trunk/toolkits/basemap/doc/users/figures/geos_full.py 2008-07-13 12:59:45 UTC (rev 5757)
+++ trunk/toolkits/basemap/doc/users/figures/geos_full.py 2008-07-13 13:03:48 UTC (rev 5758)
@@ -3,6 +3,8 @@
import matplotlib.pyplot as plt
# lon_0 is the central longitude of the projection.
# resolution = 'l' means use low resolution coastlines.
+# optional parameter 'satellite_height' may be used to
+# specify height of orbit above earth (default 35,786 km).
m = Basemap(projection='geos',lon_0=-105,resolution='l')
m.drawcoastlines()
m.fillcontinents(color='coral',lake_color='aqua')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|