Pseudo 3D plot

Hi,

* Andrew Straw

···

<strawman@...106...> wrote:

Nils Wagner wrote:

Hi all,

Given a set of points (x_i,y_i,z_i)
is it possible to plot y_i versus x_i with a varying color
corresponding to the magnitude of z_i ?

Nils

http://scipy.org/Wiki/Cookbook/Matplotlib/Gridding_irregularly_spaced_data

Maybe, I am kind of stupid, but where do I find the delaunay
module used in the example on that side?

Greetings!
Fabian

It's in the sandbox:

scipy/Lib/sandbox/delaunay

Go to this directory, and install with the usual python setup.py build; python setup.py install

I'll change the wiki so this is more clear.

-Rob.

···

On Apr 11, 2006, at 8:34 AM, Fabian Braennstroem wrote:

Hi,

* Andrew Straw
  <strawman@...106...> wrote:

Nils Wagner wrote:

Hi all,

Given a set of points (x_i,y_i,z_i)
is it possible to plot y_i versus x_i with a varying color
corresponding to the magnitude of z_i ?

Nils

http://scipy.org/Wiki/Cookbook/Matplotlib/Gridding_irregularly_spaced_data

Maybe, I am kind of stupid, but where do I find the delaunay
module used in the example on that side?

Greetings!
Fabian

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

-----
Rob Hetland, Assistant Professor
Dept of Oceanography, Texas A&M University
p: 979-458-0096, f: 979-845-6331
e: hetland@...760..., w: http://pong.tamu.edu

Robert Hetland wrote:

It's in the sandbox:

scipy/Lib/sandbox/delaunay

Go to this directory, and install with the usual python setup.py build;
python setup.py install

I'll change the wiki so this is more clear.

The preferred way to build packages in the sandbox is to uncomment (or add) the
appropriate line in scipy/Lib/sandbox/setup.py and rebuild scipy. They should
then be referred to as scipy.sandbox.delaunay, for example.

···

--
Robert Kern
robert.kern@...287...

"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
  -- Umberto Eco