Re: [Matplotlib-users] problem with contour() & basemap; contours overlapping map

2009-03-17 Thread Pablo Romero
g these numbers were high enough to overlap anything else on the plot). Thanks again, P.Romero > Date: Mon, 16 Mar 2009 21:06:18 -1000 > From: efir...@hawaii.edu > To: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users]

Re: [Matplotlib-users] problem with contour() & basemap; contours overlapping map

2009-03-17 Thread Eric Firing
Jouni K. Seppänen wrote: > Pablo Romero writes: > >> How can I go about correcting this, so that the 'basemap.contour()' >> function draws the contours BEFORE drawing the coastlines & filled >> continents? > > Use appropriate zorder arguments in your method calls: > > http://matplotlib.sourcefo

Re: [Matplotlib-users] problem with contour() & basemap; contours overlapping map

2009-03-16 Thread Jouni K . Seppänen
Pablo Romero writes: > How can I go about correcting this, so that the 'basemap.contour()' > function draws the contours BEFORE drawing the coastlines & filled > continents? Use appropriate zorder arguments in your method calls: http://matplotlib.sourceforge.net/examples/pylab_examples/zorder_d

[Matplotlib-users] problem with contour() & basemap; contours overlapping map

2009-03-16 Thread Pablo Romero
Im having an issue with the plotting of contours using basemap. My contours are incorrectly being plotted on top of my basemap coastlines&continents. Ive attached an image as an example: Note that the red contour lines near land areas are OVERLAPPING the coastlines & continents, instead of b