28 Jul 05:42
Re: Modify surf output (axes, scaling)
From: Prabhu Ramachandran <prabhu@...>
Subject: Re: Modify surf output (axes, scaling)
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-28 03:42:07 GMT
Subject: Re: Modify surf output (axes, scaling)
Newsgroups: gmane.comp.python.enthought.devel
Date: 2008-07-28 03:42:07 GMT
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
RSS Feed