-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Great discussion.
I think this tangent indicates a need for a section to explain both the
history of pylab, matplotlib.pyplot, and how they relate. (I'm still
confused at what exactly the difference is.)
My perspective is that of a scientist d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 15 July 2008 07:48:45 John Hunter wrote:
> On Tue, Jul 15, 2008 at 8:39 AM, James K. Gruetzner <[EMAIL PROTECTED]>
wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On Monday 14 July 20
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 14 July 2008 21:22:31 you wrote:
> >>> I would think that the gtk mainloop would terminate when the window
> >>> closes (which termination should propagate back up the stack), but
> >>> apparently that doesn't happen.
> >>
> >> I'm not sure I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 10 July 2008 18:50:12 you wrote:
> James K. Gruetzner wrote:
> >>> I'm running Fedora 8, python 2.5.1, and matplotlib 0.91.2-1.fc8 from
> >>> the yum repository. Backend is set to GTKAgg in my matplotlib
fect:
>
>
> from pylab import *
> x = linspace(-10,10,100) # or load data from a file.
> y = sin(x)
> plot(x,y)
> show()
>
>
> $ python tst.py&
>
> Process remains in background running until the user closes the plot
> window, at which point it terminates.
>
> Mic
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm not sure if this is the right venue for this question. I've searched the
archives, but without success so far. If this is covered there (or elsewhere
on the web), I'd apprciate a pointer to it so it doesn't duplicate bandwidth
here.
Anyway,