On Thursday, August 11, 2011 14:20:22 you wrote:
> but i instead use the following procedure to set up all of PyLab on Ubuntu
> 11.04:
>
> $ sudo add-apt-repository ppa:chris-lea/zeromq
> $ sudo add-apt-repository ppa:pyside
> $ sudo apt-get update
> $ sudo apt-get build-dep python-numpy python-
On Thursday, August 11, 2011 11:29:57 Benjamin Root wrote:
> > I'm running on ubuntu 10.04 32bit, with distro package 0.99 for
> > matplotlib. I haven't been able to find anything that helps online
> > either.
> >
> I don't remember who was hosting it, but I recall someone had a matplotlib
> v1.0.
On Thu, Aug 11, 2011 at 10:46 AM, Ned wrote:
> Hi,
> I'm trying to sort out interactive use with standard python but am having
> problems.
> If I do:
> import matplotlib
> matplotlib.use("TkAgg")
> matplotlib.interactive(True)
> import pylab
> pylab.ion()
> pylab.plot([1,2,3,4])
>
> Then I would