On lundi 27 octobre 2008, Jeremy Conlin wrote:
> Thanks for introducing me to mlab.  I had never heard of it before.
>
> I did:
>
> mlab.points3d(P[:,0],P[:,1],P[:,2],mode='point')
>
>
> where P is a (10000, 3) numpy array.  mlab plotted the points, but the
> window became unresponsive.  I can't imagine this is due to the number of
> points I'm drawing.  Does anyone know what may cause this?  (I'm on a mac
> running 10.5.5 with EPD.)

  I'm not sure, did you start using "ipython -wthread" ? The "-wthread" is 
required to handle the GUI - else you end up with a stuck GUI as you 
described.
  You can also try one of the test functions in mlab, e.g. 
mlab.test_points3d() - they should work if your installation is OK, again 
with the -wthread option.

  Now this may not be the best list to ask - I believe the enthought-dev list 
is where to get help for mayavi2:
https://mail.enthought.com/mailman/listinfo/enthought-dev

        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