>>>>> "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://emmanuelfavrenicolin.free.fr/Public/Divers/Snapshots1/wx_snap.png
    Emmanuel> Do I need twiking and/or understand better wxpython ?
    Emmanuel> Anyone can help me?

It's not about wx or wxpython, it's a matplotlib issue.  Whether you
consider it a feature or a bug, mpl doesn't try to resize your Axes to
make sure your axis labels fit.  But it makes it easy for you to do
so.  Try something like

  fig.subplots_adjust(left=0.15, bottom=0.15)

which will move your left border to the right and your bottom border
up and make more room for your text labels.

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to