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
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:
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
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
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
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
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
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
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
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
-
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
11 matches
Mail list logo