help-octave
[Top][All Lists]
Advanced

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

Re: plot, gplot and legends


From: Jonathan C. Webster
Subject: Re: plot, gplot and legends
Date: Sun, 26 May 2002 00:56:57 -0400

Eric Carlsen wrote:

>  I want
> to do a plot with two waveforms with each of them having a name in a
> legend, or key.

TRy

plot( x1,y1,"-;Legend1;",x2,y2,"-;Legend2;")

Hope that helps,

Jonathan

>



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