From: John H. <jdh...@ac...> - 2005-05-25 18:44:31
|
>>>>> "Jeff" == Jeff Peery <jef...@se...> writes: Jeff> Hi, yes I attached an image and a piece of my script Jeff> (frame2.py). What do you think? Thanks. I see. This looks like a WX bug -- could you file a sourceforge bug report and include your two files you attached? Is there a reason you are not using WXAgg? This will probably fix this problem for you and make nicer figures too.. import matplotlib matplotlib.use('WXAgg') from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas from matplotlib.backends.backend_wx import NavigationToolbar2Wx JDH |