Jeff Whitaker wrote:
> You should be able to make all those plots without too much difficulty - 
> just some trial and error in choosing the corners of the plot region.  
> If you are making a polar stereographic projection, you can use 
> projection='npstere' or 'spstere' and set the bounding latitude (the 
> latitude that is tangent to the plot boundary - see the polarmaps.py 
> example) and Basemap will determine the corners for you automatically.  
> I don't know of any obvious way to do this for the equatorial case - 
> it's pretty hard to guess what the user might want.  I welcome any 
> suggestions though.
>
> -Jeff
>
>   
Dear Jeff,

Thanks for your quick reply.

I ended up setting my boundaries by simply using the projection to plot my 
points, letting matplotlib plot the x,y points (without basemap to set the axes 
limits), and then taking the limits automatically computed by matplotlib and 
passing them through the inverse projection to get the lon,lat coordinates of 
the box. Now, on my next pass through, I'm using these as the bounding box 
information.

As always, basemap is working very well.

Cheers!
Andrew


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to