help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: print plot is cutting the image


From: Andy Buckle
Subject: Re: print plot is cutting the image
Date: Thu, 7 Apr 2011 20:45:56 +0100

On Thu, Apr 7, 2011 at 6:40 PM, Érico Porto <address@hidden> wrote:
> and also, I want a ylabel that is vertical instead of horizontal, is it
> possible?
>
> Érico V. Porto

This does not work, and may be worth a bug report

h=ylabel("foo")
set(h,'rotation',90)

A workaround along these lines could work

h=text(x,y,'foo');
set(h,'rotation',90)


-- 
/* andy buckle */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]