On Mon, Jun 8, 2009 at 11:39 AM, <[email protected]> wrote:

>
> I'm using now pydee as my main shell to try out new scripts and I
> don't have any problems with the plots. I'm creating plots the
> standard way
> from matplotlib import pyplot as plt
> plt.plot(x,y)
>
> and I can close the poping up plot windows.
> if I have too many plot windows, I use plt.close("all")
> and it works without problems.
> Sometimes the windows are a bit slow in responding, and I need to use
> plt.show() more often than in a regular script.
>
> I especially like the source view doc window in pydee, and the select
> lines and execute, and ...
>
> Josef

Thanks Josef,

I shouldn't have included Matplotlib since Pydee does work well with
its plots. I had forgotten that. It really is just the Mayavi plots
(or scenes I guess) that don't play well.
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to