help-octave
[Top][All Lists]
Advanced

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

Re: How to deactivate legend of lines when using plot or gplot command?


From: Quentin Spencer
Subject: Re: How to deactivate legend of lines when using plot or gplot command?
Date: Fri, 14 May 2004 09:48:12 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040116

Michal Seidl wrote:

I am using Octve v2.1.36 under Windows 2K installed from binaries.
When I call plot command like this:
plot (x,y,'-')
it creates except the intended line also legend in right upper corner.
How to manage or remove this legend?

Thaks Michal
This can be removed with the command

gset nokey

To simply add text to the legend, change the plot command to:

plot(x,y,'-;text;')

More precise control over the legend can be achieved using gnuplot commands (see the gnuplot help files), or using the 'legend' command from octave-forge.

-Quentin



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