On Sat, Apr 19, 2008 at 9:07 AM, Yong-Duk Jin <[EMAIL PROTECTED]> wrote:
> When I increase the xlabel fontsize, it overlaps with the tick label.
> How can I adjust the distance between tick label and xlable (or ylabel)?
> Please help me.

This shouldn't happen if the font metrics are correct, since the label
gets the bounding box of the tick labels and adjusts itself correctly.
 What mpl version and backend are you using?

To increase the distance, you can increase the LABELPAD parameter

ax.xaxis.LABELPAD = 8  # default is 5

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to