Revision: 5762
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5762&view=rev
Author:   jswhit
Date:     2008-07-13 06:27:33 -0700 (Sun, 13 Jul 2008)

Log Message:
-----------
update

Modified Paths:
--------------
    trunk/toolkits/basemap/doc/users/figures/aea.py

Modified: trunk/toolkits/basemap/doc/users/figures/aea.py
===================================================================
--- trunk/toolkits/basemap/doc/users/figures/aea.py     2008-07-13 13:24:30 UTC 
(rev 5761)
+++ trunk/toolkits/basemap/doc/users/figures/aea.py     2008-07-13 13:27:33 UTC 
(rev 5762)
@@ -6,7 +6,7 @@
 # lat_1 is first standard parallel.
 # lat_2 is second standard parallel.
 # lon_0,lat_0 is central point.
-m = Basemap(width=8000000,height=6000000,
+m = Basemap(width=8000000,height=7000000,
             resolution='l',projection='aea',\
             lat_1=40.,lat_2=60,lon_0=35,lat_0=50)
 m.drawcoastlines()
@@ -18,7 +18,7 @@
 m.drawmapboundary(fill_color='aqua') 
 # draw tissot's indicatrix to show distortion.
 ax = plt.gca()
-for y in np.linspace(m.ymax/20,19*m.ymax/20,9):
+for y in np.linspace(m.ymax/20,19*m.ymax/20,10):
     for x in np.linspace(m.xmax/20,19*m.xmax/20,12):
         lon, lat = m(x,y,inverse=True)
         seg = m.tissot(lon,lat,1.,100)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to