Re: [Matplotlib-users] x and ylabel problem when embedding in wx

2006-11-10 Thread Emmanuel Favre-Nicolin
Le Vendredi 10 Novembre 2006 00:50, vous avez écrit : > > "John" == John Hunter <[EMAIL PROTECTED]> writes: > > John> It's not about wx or wxpython, it's a matplotlib issue. > > Let me add some color to that statement -- when I took a look at your > screenshot, I realized you are using the

Re: [Matplotlib-users] x and ylabel problem when embedding in wx

2006-11-09 Thread John Hunter
> "John" == John Hunter <[EMAIL PROTECTED]> writes: John> It's not about wx or wxpython, it's a matplotlib issue. Let me add some color to that statement -- when I took a look at your screenshot, I realized you are using the WX backend and not the WXAgg backend. If you don't understand t

Re: [Matplotlib-users] x and ylabel problem when embedding in wx

2006-11-09 Thread John Hunter
> "Emmanuel" == Emmanuel Favre-Nicolin <[EMAIL PROTECTED]> writes: Emmanuel> Hi, (I'm sending again because email was probably Emmanuel> filtered?) Emmanuel> I have problem with xlabel and ylabel when embedding in Emmanuel> wx. See snapshot : Emmanuel> http://emmanuelfavr

[Matplotlib-users] x and ylabel problem when embedding in wx

2006-11-09 Thread Emmanuel Favre-Nicolin
Hi, (I'm sending again because email was probably filtered?) I have problem with xlabel and ylabel when embedding in wx. See snapshot : http://emmanuelfavrenicolin.free.fr/Public/Divers/Snapshots1/wx_snap.png I put a test code which is based on dynamic_demo_wx.py, adding only the 3 lines :

[Matplotlib-users] x and ylabel problem when embedding in wx

2006-11-09 Thread Emmanuel Favre-Nicolin
I have problem with xlabel and ylabel when embedding in wx. See snapshot : http://emmanuelfavrenicolin.free.fr/Public/Divers/Snapshots1/wx_snap.png I put a test code which is based on dynamic_demo_wx.py, adding only the 3 lines : a.set_title('Title') a.set_xlabel('Xaxis [u.a.]')