comparison doc/interpreter/plot.txi @ 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 8473198fd005
children d1750be79dee
comparison
equal deleted inserted replaced
18613:d227178a0d40 18614:13c80c3e9660
935 935
936 @DOCSTRING(saveas) 936 @DOCSTRING(saveas)
937 937
938 @DOCSTRING(orient) 938 @DOCSTRING(orient)
939 939
940 @code{print} and @code{saveas} are used when work on a plot has finished
941 and the output must be in a publication-ready format. During intermediate
942 stages it is often better to save the graphics object and all of its
943 associated information so that changes---to colors, axis limits, marker styles,
944 etc.---can be made easily from within Octave. The @code{hgsave}/@code{hgload}
945 commands can be used to save and re-create a graphics object.
946
947 @DOCSTRING(hgsave)
948
949 @DOCSTRING(hgload)
950
940 @node Interacting with Plots 951 @node Interacting with Plots
941 @subsection Interacting with Plots 952 @subsection Interacting with Plots
942 953
943 The user can select points on a plot with the @code{ginput} function or 954 The user can select points on a plot with the @code{ginput} function or
944 selection the position at which to place text on the plot with the 955 selection the position at which to place text on the plot with the