[SciPy-User] creating a 3D surface plot from collected data

Gael Varoquaux gael.varoquaux at normalesup.org
Tue Feb 16 16:30:27 EST 2010


On Tue, Feb 16, 2010 at 01:16:10PM -0800, David Baddeley wrote:
> I'm not sure if mayavi has 3D triangularisation, 

It has, or rather VTK has, thus Mayavi has. It's just a question of
replacing the call to Delaunay2D by one to Delaunay3D. However, if a
surface is wanted, I believe that 2D triangulation is the way to go.

My 2 cents,

Gaël



More information about the SciPy-User mailing list