enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

Countours in mlab.countour3d() #56

Open klonuo opened 11 years ago

klonuo commented 11 years ago

Hi,

If you don't mind my frequent posting...

I have array with this shape: (40, 40, 26) When I do mlab.countour3d() I get 3D object with 5 contours. Then I open pipeline dialog and set contours to 26:

screenshot

Are now these 26 contours interpolated or they represent exact data from the array?

klonuo commented 11 years ago

It looks like they are interpolated in some way. I guess I would have to use surf for each vertical layer to get exact data. Or is there easier way?