I think LABELPAD is the padding between the label and the tick.
What I would like to control is the distance between the label and the
y-axis itself.
This is desired when you do multiple subplots and you want all ylabels to
align nicely; they may differ
depending on the numbers along the yticks.

Any ways to control this?

Thanks, Mark


From: jetxee <[EMAIL PROTECTED]>

This should help:
> gca().yaxis.LABELPAD=20 # or the value you like
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to