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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35511] reset (h) function doesn't work at all
Date: Wed, 19 Feb 2014 01:31:32 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

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

I ran the script below with Matlab R2013b


figure (1);
set (1, 'position', [100 100 560 420])
set (1, 'color', [.5 .5 .5])
plot (5:10);
reset (1) % reset figure's color but not position as per ML doc
title ('First "reset (1)"')
pause
set (0, 'defaultfigurecolor', [.5 .5 .5])
reset (1) % reset figure's color to parent's default
title ('Second "reset (1)"')


The resulting figures are attached.

(file #30604, file #30605)
    _______________________________________________________

Additional Item Attachment:

File name: first reset.png                Size:47 KB
File name: second reset.png               Size:47 KB


    _______________________________________________________

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]