help-octave
[Top][All Lists]
Advanced

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

Re: Easy plot question


From: Luke Scharf
Subject: Re: Easy plot question
Date: 14 Apr 2003 11:45:23 -0400

On Mon, 2003-04-14 at 11:04, Myriam Abramson wrote:
> Hi!
> 
> How do I set the legend on a plot? 
> I see xlabel, ylabel and title but I want to replace the legend for
> line 1, line 2, etc with something else. 

plot(x, y, ';my title here;');

The semicolons in the line-style string are the key.

-Luke



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