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 matplotlib

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 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

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

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

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 template map

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