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

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

[Octave-bug-tracker] [bug #35511] reset (h) function doesn't work at all


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #35511] reset (h) function doesn't work at all
Date: Wed, 19 Feb 2014 09:36:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

Follow-up Comment #5, bug #35511 (project octave):

Hi Ben, 

At the first reset did the figure jump back to its default position?


figure (1);
set (1, 'position', [100 100 560 420])
set (1, 'color', [.5 .5 .5])
plot (5:10);
reset (1) 
all (get (1, 'position') == get (0, 'defaultfigureposition'))  %% false?
all (get (1, 'color') == get (0, 'defaultfigurecolor'))        %% true?


I put the expected result as comments. If I'm correct, now I need to know if
the work flow I proposed is acceptable as a first approach and if I should
proceed in that direction.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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