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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to