|
From: Benjamin R. <ben...@ou...> - 2012-02-01 16:15:56
|
On Wed, Feb 1, 2012 at 9:59 AM, Alexis Praga <ale...@fr...> wrote: > Hi, > > I have not found any documentation on plotting non regular data with > basemap *without* interpolation. > Plotting scattered data on the sphere works fine, but the size of each > point seems to be limited, so there are "holes". > Is there an option in basemap for that ? > > > Alexis > > pcolor might be what you want (not pcolormesh()). I use it to plot radar data when there might be gaps in the coverage. Ben Root |