Re: [matplotlib-devel] matplotlib hangs

2008-06-24 Thread Fernando Perez
On Tue, Jun 24, 2008 at 6:59 AM, John Hunter <[EMAIL PROTECTED]> wrote: > My fault -- I was working on adding an idle event handler across > backends and implemented something using threads for tkagg and haven't > solved the problem of cross thread signal handling. That's a nasty problem. See ht

Re: [matplotlib-devel] matplotlib hangs

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 9:17 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > Thank you for your prompt reply and sorry for my rudimental bug report. > > BTW, is the transparency option for png files in progress ? I believe the unspoken consensus was it is easy to set the alpha on the figurePatch and

Re: [matplotlib-devel] matplotlib hangs

2008-06-24 Thread Nils Wagner
On Tue, 24 Jun 2008 08:59:30 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Tue, Jun 24, 2008 at 8:35 AM, Darren Dale ><[EMAIL PROTECTED]> wrote: >> On Tuesday 24 June 2008 09:22:34 am Nils Wagner wrote: >>> Hi all, >>> >>> Since *yesterday* I have some trouble with pylab. >>> Some program

Re: [matplotlib-devel] matplotlib hangs

2008-06-24 Thread John Hunter
On Tue, Jun 24, 2008 at 8:35 AM, Darren Dale <[EMAIL PROTECTED]> wrote: > On Tuesday 24 June 2008 09:22:34 am Nils Wagner wrote: >> Hi all, >> >> Since *yesterday* I have some trouble with pylab. >> Some program hang. I cannot use Ctrl C to kill them. >> Ctrl Z works. If I use ps I get >> >> 1091

Re: [matplotlib-devel] matplotlib hangs

2008-06-24 Thread Darren Dale
On Tuesday 24 June 2008 09:22:34 am Nils Wagner wrote: > Hi all, > > Since *yesterday* I have some trouble with pylab. > Some program hang. I cannot use Ctrl C to kill them. > Ctrl Z works. If I use ps I get > > 1091 pts/500:00:02 python > 1119 pts/500:00:00 gs > > gs is somehow connec

[matplotlib-devel] matplotlib hangs

2008-06-24 Thread Nils Wagner
Hi all, Since *yesterday* I have some trouble with pylab. Some program hang. I cannot use Ctrl C to kill them. Ctrl Z works. If I use ps I get 1091 pts/500:00:02 python 1119 pts/500:00:00 gs gs is somehow connected to my problem. I can kill the job by kill -9 1091. Then the gs pro