Re: [Matplotlib-users] How to control space between ylabel and yaxis (Was: how to control space between ylabel and yticklabel?)

2007-09-21 Thread jetxee
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

Re: [Matplotlib-users] how to control space between ylabel and yticklabel?

2007-09-21 Thread jetxee
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

Re: [Matplotlib-users] how to control space between ylabel and yticklabel?

2007-09-20 Thread jetxee
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

[Matplotlib-users] strange placement of bars with log=True

2007-09-14 Thread jetxee
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