Re: [Matplotlib-users] 3D curve and errors in axes3d

2007-04-13 Thread Eric Firing
belinda thom wrote: > [...] > > Here's more info (redundant?) regarding what I've tried, in case it > clarifies. (Ultimately, I will obviously need to upgrade to 0.9, at > which point I can report back on if this fixed the problem on my > machine, but I can't do that until after the semester i

Re: [Matplotlib-users] Basemap 3D

2007-04-13 Thread Lionel Roubeyrie
Hi Jeff, I want to display some pollutants concentrations saved in shapefiles on maps displayed in 3D. You can have a look of what I need here: http://rockware.com/catalog/pages/arcgis3dfeat1.html, in the last image. Le Jeudi 12 Avril 2007 16:40, Jeff Whitaker a écrit : > Lionel Roubeyrie wrote:

[Matplotlib-users] Omitting curves from a legend

2007-04-13 Thread Bill Baxter
There are a couple things about legend that I'm finding a little irksome. Is there some better way to do this? 1) if you have a contour, legend() wants to add all the contours to the list. calling contour(...,label='_nolegend_') doesn't seem to help. I'm trying to plot a bunch of different type

[Matplotlib-users] Fatal Python error: deallocating None

2007-04-13 Thread John Morgan
I'm using matplotlib with Python 2.4.4 to make scatter plots of a reasonably large dataset. Specifically about 200 plots with around 3224 points each. Unfortunately after about 30-40 plots, python invariably crashes with the error: Fatal Python error: deallocating None Aborted below is the code w

Re: [Matplotlib-users] Basemap 3D

2007-04-13 Thread Jeff Whitaker
Lionel Roubeyrie wrote: > Hi Jeff, > I want to display some pollutants concentrations saved in shapefiles on maps > displayed in 3D. You can have a look of what I need here: > http://rockware.com/catalog/pages/arcgis3dfeat1.html, in the last image. > > Le Jeudi 12 Avril 2007 16:40, Jeff Whitaker a

[Matplotlib-users] Basemap: how to fill continents and then contourf over filled continents?

2007-04-13 Thread Simon Kammerer
Hi list, is there a way to fill continents with basemap an then use contourf to draw filled contours over the continents? Its useless when the filled contours cover the whole map, but when only parts of the map are covered with filled contours, it would be nice to paint over the continents (bu

Re: [Matplotlib-users] Basemap: how to fill continents and then contourf over filled continents?

2007-04-13 Thread Jeff Whitaker
Simon Kammerer wrote: > Hi list, > > is there a way to fill continents with basemap an then use contourf to > draw filled contours over the continents? > > Its useless when the filled contours cover the whole map, but when only > parts of the map are covered with filled contours, it would be nice

Re: [Matplotlib-users] 3D plotting lines / markers / colors question

2007-04-13 Thread Matthieu Brucher
Hi, In fact, polt3D and plot3d are the same, IIRC. the kwargs are exactly the same as plot or scatter, as those methods are called inside plot3d ans scatter3d to make the plot. You can use 'ro-', no sweat, it works like a charm - at least for me :) - Matthieu 2007/4/12, belinda thom <[EMAIL PRO

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-13 Thread Stephen Uhlhorn
One more question: What impact does disabling the "accelerator" have? Will this slow down plotting in some situations? -stephen On 4/12/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > Stephen Uhlhorn wrote: > > Just to be clear, the installation order is: > > > > 1) install python2.5 from ma

[Matplotlib-users] contour and contourf order

2007-04-13 Thread Jordan Dawe
So I've got a plot with a contour and a contourf on it. The contour always appears on top of the contourf, no matter what order I issue the commands in; I want to use the contourf to block out part of the contour. ContourSets don't appear to have a zorder. How do I do this? Jordan -

Re: [Matplotlib-users] contour and contourf order

2007-04-13 Thread Eric Firing
Jordan Dawe wrote: > So I've got a plot with a contour and a contourf on it. The contour > always appears on top of the contourf, no matter what order I issue the > commands in; I want to use the contourf to block out part of the > contour. ContourSets don't appear to have a zorder. How do I