[SciPy-user] going through a lot of plots

Gael Varoquaux gael.varoquaux at normalesup.org
Thu May 14 01:31:18 EDT 2009


On Wed, May 13, 2009 at 06:18:31PM -0500, Robert Kern wrote:
> I usually write up a quick Traits UI that embeds the Chaco Plot with a
> slider or whatever to select the dataset. This lets me move forwards
> and backwards and abort in the middle much more naturally.

Same thing with Mayavi's mlab (I look at 3D data). 

I modify in place the objects plotted, for speed. Check out
https://svn.enthought.com/enthought/browser/Mayavi/trunk/examples/mayavi/interactive/mlab_interactive_dialog.py
for some hints on how to do this.

Gaël



More information about the SciPy-User mailing list