Re: [matplotlib-devel] Problem in qtagg and qt4agg backends

2008-04-11 Thread Darren Dale
On Thursday 03 April 2008 05:52:28 pm Ted Drain wrote: > A few weeks ago I reported a double draw problem in the qt backends. They > both have a draw() method that looked like this: > > def draw( self ): > self.replot = True > FigureCanvasAgg.draw(self) > self.repaint(

Re: [matplotlib-devel] Problem in qtagg and qt4agg backends

2008-04-11 Thread Christopher Barker
Darren Dale wrote: > I reverted the changes, so we still have an unnecessary call to draw in some > cases, but at least everything should work. There are similar issues with the wx back-end (see the recent thread). The proposed patch to wx should be tested in interactive mode. If it works, the