octave-maintainers
[Top][All Lists]
Advanced

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

Re: new gnuplot release pending


From: Dmitri A. Sergatskov
Subject: Re: new gnuplot release pending
Date: Fri, 20 Feb 2004 16:29:27 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

John W. Eaton wrote:

Has anyone been using 3.8 with Octave on a regular basis?  Can we
expect things to work properly or will there be problems?


Almost forgot :). There are some changes in the syntax. The most noticeable is
Old:
        set nokey

New:
         unset key
Currently (in 3.8k release), the old syntax still works, but issues a warning

gnuplot> set nokey
             ^
         warning: deprecated syntax, use "unset"

From: 
http://gnuplot.sourceforge.net/docs/gnuplot.html#What_is_New_in_Version_4.0

<<<<

The preferred syntax to undo a command `set <something>` is now `unset <something>` rather than `set no<something>`. The older form has been deprecated. Version 4.0 continues to allow the older syntax, but such backwards compatibility may be lost in future versions.

Commands of the form `set <something> <style>` also are deprectated in favor of the more general form `set style <something> <options>`. Many more plot elements now have style options of their own, including arrows, filled areas, lines, and points. There are also style settings for input data and formatting. Please see style, decimalsign, and `set datafile`.

>>>>

Thanks,

jwe


Dmitri.



reply via email to

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