Re: [Matplotlib-users] Plotting non-rectangular data on maps

2006-12-12 Thread Jeff Whitaker
Orion Poplawski wrote: > Jeff Whitaker wrote: >> Orion Poplawski wrote: >>> I've got a 2-D array of values that I'd like to plot onto a map with >>> Basemap. The latitude and longitudes for each point are stored in >>> their own 2-D array that matches that of the values. Can some one >>> help

Re: [Matplotlib-users] Plotting non-rectangular data on maps

2006-12-12 Thread Jeff Whitaker
Orion Poplawski wrote: > I've got a 2-D array of values that I'd like to plot onto a map with > Basemap. The latitude and longitudes for each point are stored in their > own 2-D array that matches that of the values. Can some one help with > how to do this? Looks like basemap requires a squar

[Matplotlib-users] Plotting non-rectangular data on maps

2006-12-12 Thread Orion Poplawski
I've got a 2-D array of values that I'd like to plot onto a map with Basemap. The latitude and longitudes for each point are stored in their own 2-D array that matches that of the values. Can some one help with how to do this? Looks like basemap requires a square and uniform set of data to p