Re: [Matplotlib-users] Just an aside question on Basemap

2008-12-09 Thread Mauro Cavalcanti
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

[Matplotlib-users] Just an aside question on Basemap

2008-12-09 Thread Mauro Cavalcanti
Dear Jeff ALL, This is just a simple question on plotting points on Basemap (maybe it will have to be pursued further). I presume points could be plotted onto maps, no matter what projection is used -- so, I have been plotting quite well on maps using an Equirectangular projetion and one of your

Re: [Matplotlib-users] Just an aside question on Basemap

2008-12-09 Thread Jeff Whitaker
Mauro Cavalcanti wrote: Dear Jeff ALL, This is just a simple question on plotting points on Basemap (maybe it will have to be pursued further). I presume points could be plotted onto maps, no matter what projection is used -- so, I have been plotting quite well on maps using an