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: Érico Porto
Subject: Re: print plot is cutting the image
Date: Thu, 7 Apr 2011 16:48:21 -0300

is there a ticket system in the octave - to report bugs?

Érico V. Porto


On Thu, Apr 7, 2011 at 4:45 PM, Andy Buckle <address@hidden> wrote:
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]