help-octave
[Top][All Lists]
Advanced

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

Re: Disabling key


From: Paul Kienzle
Subject: Re: Disabling key
Date: Tue, 15 May 2007 22:44:20 -0400


On May 15, 2007, at 10:15 PM, asha g wrote:

I would like to get a plot having multiple lines in
different colors  using Octave 2.1.5 ( yes, I am using
a very old version ) with Windows 98 ( even more
archaic) where the key to the colors is disabled. This
automatically pops up on the upper right side even
when I block the legend command. I need a plot without
any legend/ key for publication purposes. I tried
set nokey and gset nokey but it does not work.

Help would be appreciated.

You could try, e.g.,:

   plot(1:3,';;')


- Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]