comparison scripts/plot/util/saveas.m @ 18614:13c80c3e9660

Add new functions hgsave and hgload (bug #39532). * NEWS: Announce new functions. * scripts/plot/util/hgload.m: New function. * scripts/plot/util/hgsave.m: New function. * scripts/plot/util/module.mk: Add functions to build system. * hdl2struct.m, print.m, saveas.m, struct2hdl.m: Add seealso references to new functions in docstrings. * plot.txi: Add functions to Octave manual. * __unimplemented__.m: Remove functions from unimplemented list.
author Massimiliano Fasi <mogrob.sanit@gmail.com> and Rik <rik@octave.org>
date Thu, 06 Mar 2014 22:52:59 +0100
parents d63878346099
children 4197fc428c7d
comparison
equal deleted inserted replaced
18613:d227178a0d40 18614:13c80c3e9660
54 ## surf (peaks); 54 ## surf (peaks);
55 ## saveas (1, "figure1.png"); 55 ## saveas (1, "figure1.png");
56 ## @end group 56 ## @end group
57 ## @end example 57 ## @end example
58 ## 58 ##
59 ## @seealso{print, orient} 59 ## @seealso{print, hgsave, orient}
60 ## @end deftypefn 60 ## @end deftypefn
61 61
62 ## Author: Kai Habel 62 ## Author: Kai Habel
63 63
64 function saveas (h, filename, fmt = "pdf") 64 function saveas (h, filename, fmt = "pdf")