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 09:50:41 -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

Follow-up Comment #3, bug #51049 (project octave):

Octave also provides the `saveas` function [1], doesn't it work for you
either?

Sorry, I was really no expert regarding 'fig' graphics. By 'fig' you mean XFig
[2] (something like a SVG [3])? I never worked with that format. Would all
your problems been gone, if you chose, say 'png', instead?

Back to the `hgload/hgsave` problem. Would storing as text:


sombrero ()   # create some plot
hgsave (gcf (), "plot_to_continue.txt", "-text")
close all   # close plot and restore it from file
hgload ("plot_to_continue.txt")


also mess up your continued plot? And throw the error of comment #2?

[1]:
https://www.gnu.org/software/octave/doc/interpreter/Printing-and-Saving-Plots.html#XREFsaveas
[2]: https://en.wikipedia.org/wiki/Xfig
[3]: https://en.wikipedia.org/wiki/Scalable_Vector_Graphics

    _______________________________________________________

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]