help-octave
[Top][All Lists]
Advanced

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

Re: how to avoid plot legend


From: Evan Monroig
Subject: Re: how to avoid plot legend
Date: Mon, 5 Dec 2005 19:42:26 +0900

On 12/5/05, Stefan van der Walt <address@hidden> wrote:
> plot(x,y,";Name;")

I think also that you can use the following command and the legend won't appear

plot(x, y, ";;");

--
Evan



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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