|
From: Vincent Favre-N. <vi...@us...> - 2008-10-27 14:26:38
|
On lundi 27 octobre 2008, Jeremy Conlin wrote: > I have a function (shown below) that would take a 3D numpy array and plot > points in 3D. I recently updated my matplotlib with the latest Enthought > Python Distribution and now it doesn't work; I guess matplotlib changed the > api a little bit. Try the mlab interface to mayavi (which should be in your distribution) as a replacement: http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/mlab.html e.g. (starting with ipython -wthread): from enthought.mayavi import mlab mlab.test_points3d() Vincent -- Vincent Favre-Nicolin CEA Grenoble/INAC/SP2M http://inac.cea.fr Univ. Joseph Fourier (Grenoble) http://www.ujf-grenoble.fr ObjCryst & Fox http://objcryst.sf.net/Fox |