Re: [Matplotlib-users] plot order

2008-01-23 Thread Rob Hetland
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

[Matplotlib-users] plot order

2008-01-23 Thread Jordan Dawe
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

Re: [Matplotlib-users] matplotlib.toolkits.basemap. Basemap overlays?

2008-01-23 Thread Jim Vickroy
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

Re: [Matplotlib-users] matplotlib.toolkits.basemap. Basemap overlays?

2008-01-23 Thread Pierre GM
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

Re: [Matplotlib-users] matplotlib.toolkits.basemap. Basemap overlays?

2008-01-23 Thread Jeff Whitaker
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

[Matplotlib-users] matplotlib.toolkits.basemap. Basemap overlays?

2008-01-23 Thread Jim Vickroy
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

Re: [Matplotlib-users] Problem with cygwin/ipython interactive mode

2008-01-23 Thread John Hunter
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

Re: [Matplotlib-users] build matplotlib including backend wxPython

2008-01-23 Thread Christopher Barker
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

Re: [Matplotlib-users] Problem with cygwin/ipython interactive mode

2008-01-23 Thread Pete Forman
[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

Re: [Matplotlib-users] build matplotlib including backend wxPython

2008-01-23 Thread Matthias Michler
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