octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with savefig


From: Rik
Subject: Re: Help with savefig
Date: Wed, 31 Oct 2018 16:38:22 -0700

> Doesn't change the value.
Hmm, okay.  Does openfig do anything?  How about this test code:

--- Code ---
h = figure
peaks
savefig (h, 'myfig.fig')
h2 = openfig ('myfig.fig')
get (h2, 'FileName')
--- End Code ---

--Rik


reply via email to

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