On Jan 24, 2008, at 8:11 AM, Jordan Dawe wrote:
> However, when I do this the result is the two contour plots are
> drawn on
> top of the contourf plots no matter what. How do I hide the contours
> under a contourf?
zorder.
It won't really matter what order you plot, as long as you set the
Ok, I've spent a while searching through the mailing list archives and I
can't find an answer for this relatively simple problem. I've plotted a
series of contourf and contour plots on the same axes.
First I plot a contourf.
Next a contour on top of it.
Then I want a contourf plotted on top of
Jeff Whitaker wrote:
> Jim Vickroy wrote:
>> Hello users,
>>
>> I'm using matplotlib.toolkits.basemap.Basemap to plot data on several
>> types of projections at a regular cadence. I am presently
>> regenerating the maps each time new data is to be plotted. Is it
>> possible to generate templat
On Wednesday 23 January 2008 14:57:26 Jim Vickroy wrote:
> Hello users,
>
> I'm using matplotlib.toolkits.basemap.Basemap to plot data on several
> types of projections at a regular cadence. I am presently regenerating
> the maps each time new data is to be plotted. Is it possible to
> generate t
Jim Vickroy wrote:
> Hello users,
>
> I'm using matplotlib.toolkits.basemap.Basemap to plot data on several
> types of projections at a regular cadence. I am presently regenerating
> the maps each time new data is to be plotted. Is it possible to
> generate template map projections once (at st
Hello users,
I'm using matplotlib.toolkits.basemap.Basemap to plot data on several
types of projections at a regular cadence. I am presently regenerating
the maps each time new data is to be plotted. Is it possible to
generate template map projections once (at startup) and reuse them each
ti
On Jan 22, 2008 11:11 PM, <[EMAIL PROTECTED]> wrote:
> I checked the instructions on :
> http://matplotlib.sourceforge.net/interactive.html
> and have used the config file there with minor changes for TkAgg and
> interactive mode. However this also did not work. Note : again under
> cygwin I pl
Just another note:
If you can use wxPython 2.8.*, then this problem should go away. 2.8
added some methods that allow more directly moving bitmaps from Agg to
wxPython, eliminating the need for any extension code.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
[EMAIL PROTECTED] writes:
> On a more general note it seems there are dozens of different ways
> to run matplotlib under windows.
TkAgg gave me the same set of problems as you on Windows (native).
I was able to use WxAgg instead. wxPython 2.8 did not work but
switching to 2.6 cured that. IIRC
Hello Ken,
Hello Mike,
Hello all,
On Tuesday 22 January 2008 19:33, Ken McIvor wrote:
> On Jan 22, 2008, at 11:00 AM, Matthias Michler wrote:
> > I was not up to date with my installation and I tried to use the
> > latest svn
> > version (trunk) on my Debian etch. I have a problem to build
> > mat
10 matches
Mail list logo