Fri, 21 Sep 2007 09:53:52 +0200, "Mark Bakker" <[EMAIL PROTECTED]>:
> I think LABELPAD is the padding between the label and the tick.
I did not think about it. Probably you are correct. Yet it still helps
if you have big/multiline axis label.
> What I would like to control is the distance betwee
Thu, 20 Sep 2007 16:47:14 -0400, Alan G Isaac <[EMAIL PROTECTED]>:
> On Thu, 20 Sep 2007, jetxee apparently wrote:
> > gca().yaxis.LABELPAD=20 # or the value you like
>
> This appears to be undocumented? E.g.,
> http://matplotlib.sourceforge.net/matplotlib.axi
Wed, 19 Sep 2007 19:58:30 -0400, "Cizhong Jiang" <[EMAIL PROTECTED]>:
> I have a long ylabel that is displayed in two lines. Thus, the ylabel
> overlaps with yticklabels. Does anyone know how to control the space between
> ylabel and yticklabel? Thank you very much.
>
This should help:
gca().yax
ylabels.
I attach a script and an image which show the default plotting in
comparison to grow-from-log(1) plotting to see the difference, and
suggest making it possible to change the level from which the bars grow.
Best regards,
jetxee
<>#!/usr/bin/env python
from pylab import *
from math