help-octave
[Top][All Lists]
Advanced

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

Re: putting labels in graphics


From: Jonathan C. Webster
Subject: Re: putting labels in graphics
Date: Sat, 25 Aug 2001 11:58:19 -0400

"Walter Abrahao dos Santos (LAC-D)" wrote:

> Dear all,
>
> I have two graphics in one sheet and want to put different
> labels than those 'line1' and 'line2' which octave puts
> automatically. Does anybody know how to get that?
>
> Thanks in advance for any help.
>
> Walter
>
Try:
 plot(xx,y1,"-;Legend1;",xx,y2,"-;Legend2;");

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]