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
Sorry, I've sent a corrupted patch. This one should work.
Regards,
Eike.
Index: backend_qt.py
===
--- backend_qt.py (revision 3876)
+++ backend_qt.py (working copy)
@@ -46,11 +46,14 @@
qApp = qt.QApplication( [" "] )