y label positioning

Hi, yes I attached an image and a piece of my script

    > (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

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:jdhunter@…8…]
Sent: Wednesday, May 25, 2005 11:43 AM
To: Jeff Peery
Cc: matplotlib-users@lists.sourceforge.net
Subject: Re: [Matplotlib-users] y label positioning

    > Hi, yes I attached an image and a piece of my script
    > (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