octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50327] New graphics properties deprecation me


From: Rik
Subject: [Octave-bug-tracker] [bug #50327] New graphics properties deprecation mechanism
Date: Sun, 12 Mar 2017 01:20:24 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #50327 (project octave):

                  Status:                   Fixed => Confirmed              

    _______________________________________________________

Follow-up Comment #10:

I'm re-opening the bug report.  With the gnuplot toolkit I get warnings
whenever reset is used explicitly.

Sample Code:


close all
graphics_toolkit gnuplot
figure
clf ("reset")



warning: 'doublebuffer' is deprecated and will be removed from a future
version of Octave
warning: called from
    clf at line 75 column 5
warning: 'mincolormap' is deprecated and will be removed from a future version
of Octave
warning: called from
    clf at line 75 column 5
warning: 'wvisual' is deprecated and will be removed from a future version of
Octave
warning: called from
    clf at line 75 column 5
warning: 'wvisualmode' is deprecated and will be removed from a future version
of Octave
warning: called from
    clf at line 75 column 5
warning: 'xdisplay' is deprecated and will be removed from a future version of
Octave
warning: called from
    clf at line 75 column 5
warning: 'xvisual' is deprecated and will be removed from a future version of
Octave
warning: called from
    clf at line 75 column 5
warning: 'xvisualmode' is deprecated and will be removed from a future version
of Octave
warning: called from
    clf at line 75 column 5


Here is another example.


octave:4> reset (gcf)
warning: 'doublebuffer' is deprecated and will be removed from a future
version of Octave
warning: 'mincolormap' is deprecated and will be removed from a future version
of Octave
warning: 'wvisual' is deprecated and will be removed from a future version of
Octave
warning: 'wvisualmode' is deprecated and will be removed from a future version
of Octave
warning: 'xdisplay' is deprecated and will be removed from a future version of
Octave
warning: 'xvisual' is deprecated and will be removed from a future version of
Octave
warning: 'xvisualmode' is deprecated and will be removed from a future version
of Octave




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50327>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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