|
From: John B. <b7...@gm...> - 2012-08-24 16:21:30
|
I have lat and lon as coordinates and to each point a value. So far I use contourf to plot. Am 24.08.2012 um 18:14 schrieb Benjamin Root <ben...@ou...>: > > > On Fri, Aug 24, 2012 at 11:57 AM, John Bluee <b7...@gm...> wrote: > Hi all > > I have to plot seismic data on a worldmap and use the Basemap framework to do it. > My dataset contains important data in the range of -1e-8 to -1e-14 and 1e-14 to 1e-9. Can I limit the plot to only display data in this range? > > thanks and greets > > > How are you plotting your data (plot, pcolor, scatter, etc?). Also, is that range the range of values in your arrays, or are they some sort of coordinate ranges? > > Cheers! > Ben Root > |