Re: [Matplotlib-users] position of ylabel

2008-06-20 Thread Friedrich Hagedorn
On Thu, Jun 19, 2008 at 12:36:02PM -0500, John Hunter wrote: > On Thu, Jun 19, 2008 at 11:02 AM, John Hunter <[EMAIL PROTECTED]> wrote: > > >> I want to adjust the x position of my ylabel, like > >> > >> subplot(111) > >> ylabel('YLabel', x=-.25, y=.75) > >> > >> the 'y=.75' argument is applied b

Re: [Matplotlib-users] position of ylabel

2008-06-19 Thread John Hunter
On Thu, Jun 19, 2008 at 5:16 AM, Friedrich Hagedorn <[EMAIL PROTECTED]> wrote: > Hello, > > I want to adjust the x position of my ylabel, like > > subplot(111) > ylabel('YLabel', x=-.25, y=.75) > > the 'y=.75' argument is applied but the 'x=-.2' argument has no affect. > But why? Have you any ide

[Matplotlib-users] position of ylabel

2008-06-19 Thread Friedrich Hagedorn
Hello, I want to adjust the x position of my ylabel, like subplot(111) ylabel('YLabel', x=-.25, y=.75) the 'y=.75' argument is applied but the 'x=-.2' argument has no affect. But why? Have you any idea to do this? Thank you, Friedrich