From: John H. <jdh...@ac...> - 2003-12-30 17:55:24
|
>>>>> "Jeremy" == Jeremy O'Donoghue <je...@o-...> writes: Jeremy> Hi John, Thanks for your reply - and the patch! I am about Jeremy> to check in an updated backend_wx which basically contains Jeremy> your changes, with one difference: I have refactored the Jeremy> code: Jeremy> drawDC=wxClientDC(self) drawDC.BeginDrawing() Jeremy> drawDC.Clear() drawDC.DrawBitmap(self.bitmap, 0, 0) Jeremy> drawDC.EndDrawing() Excellent, I was going to suggest the same. I have rewritten the interactive interface so that you can call import matplotlib matplotlib.use('WX') matplotlib.interactive(True) (and I've removed the ShowOn abomination) Perhaps you should just send me the latest version of you code in case the mirror lags behind as usual and I'll then apply my patch to the wx_backend for the new interface, and commit. JDH |