Prabhu Ramachandran | 28 Jul 05:42

Re: Modify surf output (axes, scaling)

Gael Varoquaux wrote:
> I haven't forgotten you :). Just travelling, and dealing with other
> urgent matters. I think I have an idea why the surface isn't as smooth.
> Can you give me the exact command line that you are using for the surf
> command.

 From his original email:

"from numpy import array;from enthought.mayavi.mlab import 
surf;surf(array([[x*x+y*y for x in range(-5,5)] for y in range(-5,5)]))"

Anyway, I think surf isn't doing a compute normals before the surface 
module.  tvtk's mlab does use a normals filter.

cheers,
prabhu

Gmane