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
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
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