>>>>> "Zack" == Zack  <[EMAIL PROTECTED]> writes:

    Zack> Hi, Thanks for your help.

    Zack> On Sunday 17 September 2006 16:54, John Hunter wrote:

    >> From code, you can also control the pad with, for example, for
    >> tick in ax.xaxis.get_major_ticks(): tick.set_pad(6)
    Zack> And how do I do same thing with labels?  They are instances
    Zack> of Text object not ticks.

The tick labels are part of the Tick, so this setting will affect
them.  The Axis labels are automatically placed to be below (or to the
left of) the tick labels.  So it may be enough to simply set the pad.

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