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

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

[Octave-bug-tracker] [bug #51049] hgsave is not working


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #51049] hgsave is not working
Date: Wed, 17 May 2017 08:59:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36

Update of bug #51049 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Are you sure, that you understand the `hgsave` function:

"When producing graphics for final publication use print or saveas. When it is
important to be able to continue to edit a figure as an Octave object, use
hgsave/hgload."

https://www.gnu.org/software/octave/doc/interpreter/Printing-and-Saving-Plots.html#XREFhgsave

I get the impression you want to call


print 'File.fig'
print-

instead. Anyway, both functions `hgload/hgsave` should work like with the
following example:


plot(1,1)   # create some plot
hgsave("plot_to_continue.data")
close all   # close plot and restore it from file
hgload ("plot_to_continue.data")


Is that working for you?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51049>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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