Re: [Matplotlib-users] matplotlib and threads problem on mac (works on windows)

2010-07-02 Thread Ryan May
On Fri, Jul 2, 2010 at 6:20 AM, ninjasmith wrote: > ok made some prgoress with this so thought I'd update > > the following script works on widnows > > ''' > Created on Jul 1, 2010 > > @author: henrylindsaysmith > ''' > # $Id: $ > > #test interactive matplotlib plotting > > import threading > impo

[Matplotlib-users] matplotlib and threads problem on mac (works on windows)

2010-07-02 Thread ninjasmith
> ipython does this, I believe, when you call it with the -pylab option, but I have never tried it with a script. Ben Root ok made some prgoress with this so thought I'd update the following script works on widnows ''' Created on Jul 1, 2010 @author: henrylindsaysmith ''' # $Id: $ #test