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

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

[Octave-bug-tracker] [bug #54924] savefig should accept a vector of figu


From: Rik
Subject: [Octave-bug-tracker] [bug #54924] savefig should accept a vector of figure handles for Matlab compatibility
Date: Tue, 30 Oct 2018 17:51:57 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

URL:
  <https://savannah.gnu.org/bugs/?54924>

                 Summary: savefig should accept a vector of figure handles for
Matlab compatibility
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 30 Oct 2018 02:51:56 PM PDT
                Category: Octave Function
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

According to the documentation for savefig, it should be able to save multiple
figure windows in the same file.  It's not really a big deal, but if we could
be compatible it would be nice.

Sample code:


h(1) = figure;
sombrero;
h(2) = figure;
peaks;
savefig (h, "two_figs.ofig")







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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