help-octave
[Top][All Lists]
Advanced

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

Re: Problems with legend


From: Mats Jansson
Subject: Re: Problems with legend
Date: 23 Jun 2003 13:29:47 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93

<address@hidden> writes:

> I think it's not possible for me to use the instruction:
> plot(x,y,';legend entry;');
> because I can't write plot(x,y,';name1;name2;');

Try plot (x, y, [";name1;"; ";name2;"])

Regards,
Mats



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