help-octave
[Top][All Lists]
Advanced

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

Re: Alternative to gset nokey;


From: John W. Eaton
Subject: Re: Alternative to gset nokey;
Date: Thu, 14 Apr 2005 16:46:58 -0400

On 14-Apr-2005, Dmitri A. Sergatskov <address@hidden> wrote:

| Joe Koski wrote:
| > Now that I've installed octave-2.1.69, I'm getting all sorts of warnings
| ...
| > warning: gset is deprecated and will be removed from a future
| > warning: version of Octave.
| > warning: You should use the higher-level plot functions
| > warning: ("plot", "mesh", "semilogx", etc.) instead
| ...
| > in the middle of my output. Annoying, but OK, I see the point. What is the
| > now proper equivalent to gset nokey; ?
| > 
| 
| plot (x,y,";;")

Or, if you are aiming for compatibility, you can use

  legend ('off');
  plot (x, y);

Currently, legend is part of Octave-forge.

jwe



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