Re: [matplotlib-devel] Qt4 backend: critical bug with PyQt4 v4.6+

2009-11-04 Thread Pierre Raybaut
A simpler fix would be: class FigureWindow(QtGui.QMainWindow): def __init__(self): super(FigureWindow, self).__init__() def closeEvent(self, event): super(FigureWindow, self).closeEvent(event) self.emit

[matplotlib-devel] Qt4 backend: critical bug with PyQt4 v4.6+

2009-11-04 Thread Pierre Raybaut
Hi, Some Spyder users have reported a critical bug occuring with matplotlib 0.99's Qt4 backend and PyQt4 v4.6 (e.g. in Ubuntu Karmic). Here is the traceback after calling 'plot([])', closing figure and calling again 'plot([])' (e.g. in an IPython session with options --pylab and --q4thread):

Re: [matplotlib-devel] Incorrect output from demo_text_path.py on mac

2009-11-04 Thread Jae-Joon Lee
It seems that this could be bug in textpath.py that picks up wrong glyph. Unfortunately, I cannot spend much time on this until the end of this week. As a matter of fact, I'm far from an expert on this issue. While I wrote the textpaht.py, the code is largely based on the code in the pdf_backend a