octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55056] Add File->Open Figure menu item to Fig


From: Rik
Subject: [Octave-bug-tracker] [bug #55056] Add File->Open Figure menu item to Figure menubar
Date: Mon, 19 Nov 2018 12:12:02 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Update of bug #55056 (project octave):

              Item Group:             Performance => Feature Request        
                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 
        Operating System:       Microsoft Windows => Any                    
                 Summary:    Reopening ofig files => Add File->Open Figure
menu item to Figure menubar

    _______________________________________________________

Follow-up 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.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55056>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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