bugGNU Octave - Bugs: bug #55056, Add File->Open Figure menu item...

 
 

bug #55056: Add File->Open Figure menu item to Figure menubar

Submitter:  None
Submitted:  Mon 19 Nov 2018 01:20:32 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Feature Request
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.4.1
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Nov 2018 05:12:02 PM UTC, comment #1: 

You can open figures from the Command Window.  This code illustrates that:


close all
sombrero
hgsave ("test.ofig");  # Or use File->Save As
close (gcf);
disp ("Press a key to load figure");
pause ();
hgload ("test.ofig");


The functionality has been made more Matlab-compatible in the development version with the addition of openfig/savefig commands.  Also, the "Open Figure" menu item has been added.  The next major release of Octave is version 5.0, scheduled for the end of this year, which will have these features.  In the meantime, use hgload to re-load your figures.


Rik <rik5>
Group administrator
Mon 19 Nov 2018 01:20:32 PM UTC, original submission:  

It is impossible to reopen a figure saved in the ofig format. I miss also in the figure's menu bar a possible call Figure > Open, as in MATLAB

Anonymous

 

(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 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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-11-19 rik5 Item GroupPerformance Feature Request
        StatusNone Fixed
        Open/ClosedOpen Closed
        Operating SystemMicrosoft Windows Any
        SummaryReopening ofig files Add File->Open Figure menu item to Figure menubar

    Back to the top

    Powered by Savane 3.13-0329.
    Corresponding source code