On 2/7/07, Angus McMorland <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there a way of interacting with (starting or connecting to a > running) mayavi2 from ipython. Ideally I'd like a work flow that goes > something like this: > > load_and_muck_around_with_data_in_ipython() > send_data_to_mayavi() > > interactively load modules filters etc and play with visualization > > muck_around_with_data_in_ipython_some_more() > send_new_data_to_mayavi() > > much like I can with mpl. The entries in the cookbook suggest > scripting mayavi, but I'm not sure how to adapt this for interactive > use.
Prabhu will probably give you more accurate info, but for starters the generic answeer would be to either use ipython -wthread or ipython -pylab if you want also matplotlib support AND you have configured mpl to use one of the WX-based backends. Since Mayavi2 is a WX app, you can only use both WX and MPL together if you use the WX backends for MPL. Cheers, f ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ MayaVi-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mayavi-users
