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 idea to do this?

The x position is automatically determined by the size of the
yticklabels.  We should provide a means to override this x position,
but it is not possible currently.

JDH

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to