[SciPy-user] The new SciPy.org
Prabhu Ramachandran
prabhu_r at users.sf.net
Tue Jan 31 23:50:13 EST 2006
>>>>> "Paul" == Paul Ray <Paul.Ray at nrl.navy.mil> writes:
Paul> On Jan 31, 2006, at 10:04 AM, Ed Schofield wrote:
Paul> I'm not sure what the best solution is, but it brings up a
Paul> question I have. What is the currently favored way to make
Paul> a simple 3-d surface plot like the one of the bessel
Paul> function on the front page? I didn't see that capability in
Paul> matplotlib, but perhaps I missed it. If they had it, you
Paul> would think there would be a 3-d plot screenshot, but there
Paul> isn't: http://matplotlib.sourceforge.net/screenshots.html
Paul> Any suggestions for easy 3-d surface plots of numpy arrays?
You might find this of use:
http://www.enthought.com/enthought/wiki/TVTK
For specific examples of the kind seen in page, see here:
http://www.enthought.com/enthought/wiki/TVTKIntroduction#tools-mlab
Read the example source code here:
http://www.enthought.com/enthought/browser/trunk/src/lib/enthought/tvtk/tools/mlab.py#L1195
TVTK itself works with numpy arrays but getting the rest of the
enthought tool suite to build cleanly is problematic since it relies
on scipy_distutils. If you do choose to check out the SVN tree you
might want to look at Pearu's lib_numpy branch here:
http://www.enthought.com/enthought/browser/branches/pearu/lib_numpy
HTH.
cheers,
prabhu
More information about the SciPy-User
mailing list