Dear Jeff,

2008/12/9 Jeff Whitaker <[EMAIL PROTECTED]>:
> Mauro:  If your points are defined in terms of longitude and latitude, you
> have to convert to map projection coordinates using the __call__ method of
> the Basemap instance, i.e.
>
> x, y = m(lon, lat)  # lon,lat can be arrays, lists or scalars. m is a
> Basemap instance.
>
> You then pass x,y to the plot command (be it 'plot', 'scatter', 'contour' or
> whatever).
>

OK, but since this step is not necessary with the usual
Equirectangular projection, I got confused. Maybe this could also be
included in the documentation?

Best regards,

-- 
Dr. Mauro J. Cavalcanti
Ecoinformatics Studio
P.O. Box 46521, CEP 20551-970
Rio de Janeiro, RJ, BRASIL
E-mail: [EMAIL PROTECTED]
Web: http://studio.infobio.net
Linux Registered User #473524 * Ubuntu User #22717
"Life is complex. It consists of real and imaginary parts."

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to