> "Zack" == Zack <[EMAIL PROTECTED]> writes:
Zack> """ Public attributes transData - transform data coords
Zack> to display coords transAxis - transform axis coords to
Zack> display coords
Zack> """ LABELPAD = 5 --
You can use it:
ax.xaxis.LABELPAD = 1
Hi, John!
On Sunday 17 September 2006 19:26, John Hunter wrote:
> 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.
I have found the pa
> "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
Hi,
Thanks for your help.
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)
And how do I do same thing with labels?
They are instances of Text object not ticks.
--
Al
> "Zack" == Zack <[EMAIL PROTECTED]> writes:
Zack> Hi, all how to change the spacing between axes and ticks
Zack> labels, ticks labels and axes labels? I mean vertical
Zack> spacing for X axis and horizontal one for Y.
See these parameters from your matplotlibrc file:
http://mat
Hi, all
how to change the spacing between axes and ticks labels, ticks labels and axes
labels?
I mean vertical spacing for X axis and horizontal one for Y.
Thanks,
--
Alexey
-
Using Tomcat but need to do more? Need to sup