Revision: 8530
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8530&view=rev
Author: jswhit
Date: 2010-07-07 14:20:14 +0000 (Wed, 07 Jul 2010)
Log Message:
-----------
fix ortho example
Modified Paths:
--------------
trunk/toolkits/basemap/examples/contour_demo.py
Modified: trunk/toolkits/basemap/examples/contour_demo.py
===================================================================
--- trunk/toolkits/basemap/examples/contour_demo.py 2010-07-07 14:02:04 UTC
(rev 8529)
+++ trunk/toolkits/basemap/examples/contour_demo.py 2010-07-07 14:20:14 UTC
(rev 8530)
@@ -123,7 +123,7 @@
fig=plt.figure()
# setup of orthographic basemap
m = Basemap(resolution='c',projection='ortho',\
- lat_0=50.,lon_0=-120.)
+ lat_0=45.,lon_0=-120.)
ax = fig.add_axes([0.1,0.1,0.7,0.7])
# make a filled contour plot.
x, y = m(lons, lats)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins