From: Jeff P. <jef...@se...> - 2005-05-25 19:32:29
|
Thanks John, Well I don't know why I'm not using WXAgg, I'm fairly new to this matplotlib stuff. I'm using wxpython, will wxAgg work with this? Thanks. Jeff -----Original Message----- From: John Hunter [mailto:jdh...@ni...] Sent: Wednesday, May 25, 2005 11:43 AM To: Jeff Peery Cc: mat...@li... Subject: Re: [Matplotlib-users] y label positioning >>>>> "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 |