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.axis.html I thought it was undocument

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

2007-09-20 Thread Alan G Isaac
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.axis.html Cheers, Alan Isaac - This SF.

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

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

2007-09-20 Thread John Hunter
On 9/19/07, Cizhong Jiang <[EMAIL PROTECTED]> wrote: > 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. > https://lists.sourceforge.net/lists/listinfo/m

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

2007-09-19 Thread Cizhong Jiang
Hi, all, 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. Best, cj - This S