Hi,

I have 3-d point data (a vertical fault dataset) and I need to create a 3-d
continuous surface of the data. Its an x,y,z data set where x,y,z are
vector arrrays.

Im new to mayavi and python so I was any advice on how to go about this
would be great. Mayavi is the best way to go about visualizing the data.

I can plot the data in 3-d, but cannot create a continous surface of the
data. Here is my code for plotting the data points in 3-d

from enthought.mayavi import mlab
import numpy as np

x, y, z = np.loadtxt("E:/3_D/fault_5t.txt").T
pts=mlab.points3d(x, y, z,scale)

mlab.show()

Thanks in advance

-- 
Shane
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
MayaVi-users mailing list
MayaVi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to