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

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

[Octave-bug-tracker] [bug #63295] saveas() function cannot save figure h


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #63295] saveas() function cannot save figure handle
Date: Mon, 31 Oct 2022 09:25:16 -0400 (EDT)

Update of bug #63295 (project octave):

                Category:         Octave Function => Plotting               
                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

If the current figure contains something to print, the example code works for
me. E.g., the following does output a file called "1.png" in the current
working directory:


close all
clear all
plot (1:10)
saveas(gcf, '1.png')


Can you show the complete command sequence that leads to this error?


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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