From: John H. <jd...@gm...> - 2012-02-26 15:31:28
|
On Sun, Feb 26, 2012 at 9:26 AM, Pierre Raybaut <pie...@gm...>wrote: > I found out that a similar issue was reported for Spyder the same day > as this one... > > So I just posted something about this bug on PyQt mailing list: > http://www.riverbankcomputing.com/pipermail/pyqt/2012-February/031166.html > > I added your fix in pull request https://github.com/matplotlib/matplotlib/pull/716 so it should come out in the bug fix release we are preparing. Also, something you might be interested in for your qt apps: I exposed the default mpl key handling to embedded applications https://github.com/matplotlib/matplotlib/pull/717 Thanks a bunch for the suggested fix -- this was a vexing issue and particularly bad for the animation examples which caused all of my demos to explode is a sea of C++ warnings when I closed the window. JDH |