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: Rik
Subject: [Octave-bug-tracker] [bug #35511] reset (h) function doesn't work at all
Date: Tue, 21 Feb 2012 22:15:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

Update of bug #35511 (project octave):

                 Summary: reset(gcf) doesn't reset colormap to default =>
reset (h) function doesn't work at all

    _______________________________________________________

Follow-up Comment #1:

Re-titling the report as the function behavior is much worse than expected. 
The embedded docstring does not match what Matlab says the function should do.
 Nor does the function appear to work for any sample property.


hax = gca;
set (hax, 'linewidth', 2.3);
get (hax, 'linewidth')
 ans =  2.3000
reset (hax);
get (hax, 'linewidth')
 ans =  2.3000


The linewidth should have been reset to 0.5.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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