Re: [matplotlib-devel] QT backend bug + patch

2007-09-24 Thread Darren Dale
On Saturday 22 September 2007 08:06:56 pm Eike Welk wrote: > Hi all! > > The QT backend (backend_qt.py) does not enter QT's event loop when > multiple figures were created. It works fine with a single figure > though. > > I have tested this with Suse Linux 10.2. > matplotlib.__version__ : 0.90.1 >

[matplotlib-devel] QT backend bug + patch

2007-09-22 Thread Eike Welk
Hi all! The QT backend (backend_qt.py) does not enter QT's event loop when multiple figures were created. It works fine with a single figure though. I have tested this with Suse Linux 10.2. matplotlib.__version__ : 0.90.1 I have attached a little test program that illustrates the bug: When t