help-octave
[Top][All Lists]
Advanced

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

Re: empty legend key


From: Dirk Eddelbuettel
Subject: Re: empty legend key
Date: Fri, 14 Nov 1997 19:13:08 -0500 (EST)

  Steven>  Using octave-2.0.9 and gnuplot 3.6 beta I often want to turn of
  Steven> the key or legend.I am able to do so with the following command

[snipped] 

  Steven> Is there an easier way to do this?

Yes, Gnuplot lets you say 'set nokey', and Octave can pass that on as

octave:1> gset nokey
octave:2> plot(1:10)
 
Have a look at the options in Gnuplot (ie '?set' within Gnuplot).

Regards, Dirk

--
 address@hidden   http://rosebud.sps.queensu.ca/~edd   PGP KeyID 1024/6D7F08DD




reply via email to

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