[Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

Jonno jonnojohnson at gmail.com
Mon Jun 8 12:58:31 EDT 2009


On Mon, Jun 8, 2009 at 11:39 AM, <josef.pktd at gmail.com> 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.



More information about the NumPy-Discussion mailing list