bugGNU Octave - Bugs: bug #51866, figure(f) does not put the figure...

 
 

bug #51866: figure(f) does not put the figure f on top

Submitter:  None
Submitted:  Sun 27 Aug 2017 04:54:07 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Duplicate Assigned to:  None
Originator Name:  anonymous Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 27 Aug 2017 04:57:26 PM UTC, comment #1: 

Thanks for reporting. This behavior has already been reported and discussed as bug #45943, not yet fixed, closing this report as a duplicate.

Mike Miller <mtmiller>
Group Member
Sun 27 Aug 2017 04:54:07 PM UTC, original submission:  

Like the summary says. Using figure(f) does not put the figure on top. For example

>> f1=figure; plot(1,1); f2=figure; plot(5,5)
>> figure(f1)


does not result in figure f1 being on top. f2 is still on top. Using drawnow does not help.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by None (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-08-27 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #45943

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code