bugGNU Octave - Bugs: bug #44901, 'figure(h)' resets visibility to...

 
 

bug #44901: 'figure(h)' resets visibility to 'on'

Submitter:  Muhali <muhali>
Submitted:  Wed 22 Apr 2015 04:45:25 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 23 Apr 2015 12:37:57 AM UTC, comment #1: 

This is the desired Matlab compatible behavior.  See  http://www.mathworks.com/help/matlab/ref/figure.html


figure(h) does one of the following:

    If h is the handle or the Number property value of an existing figure, then figure(h) makes that existing figure the current figure, makes it visible, and moves it on top of all other figures on the screen. The current figure is the target for graphics output.



Rik <rik5>
Group administrator
Wed 22 Apr 2015 04:45:25 PM UTC, original submission:  


figure(1, "visible", "off")
get(1, "visible")
figure(1)
get(1, "visible")


results in the the visibility being switched to 'on'.

Muhali <muhali>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by muhali (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-23 rik5 StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code