# HG changeset patch # User Rik # Date 1379616360 25200 # Node ID 0aa77acf22f5140af7387711ef429d7a148fd1b0 # Parent 4e86bb1901d6e048d9f58c98b2f70fc0f8a8c98f doc: Add seealso references between cla, clf, reset functions. * libinterp/corefcn/graphics.cc(Freset): Add @seealso links to cla, clf. * scripts/plot/cla.m, scripts/plot/clf.m: Add @seealso link to reset. diff --git a/libinterp/corefcn/graphics.cc b/libinterp/corefcn/graphics.cc --- a/libinterp/corefcn/graphics.cc +++ b/libinterp/corefcn/graphics.cc @@ -8520,6 +8520,7 @@ properties of @qcode{\"position\"}, @qcode{\"units\"},\n\ @qcode{\"windowstyle\"} and @qcode{\"paperunits\"} and the default axes\n\ properties of @qcode{\"position\"} and @qcode{\"units\"} are not reset.\n\ +@seealso{cla, clf}\n\ @end deftypefn") { int nargin = args.length (); diff --git a/scripts/plot/cla.m b/scripts/plot/cla.m --- a/scripts/plot/cla.m +++ b/scripts/plot/cla.m @@ -33,7 +33,7 @@ ## ## If the first argument @var{hax} is an axes handle, then operate on ## this axis rather than the current axes returned by @code{gca}. -## @seealso{clf} +## @seealso{clf, delete, reset} ## @end deftypefn ## Author: Ben Abbott diff --git a/scripts/plot/clf.m b/scripts/plot/clf.m --- a/scripts/plot/clf.m +++ b/scripts/plot/clf.m @@ -37,7 +37,7 @@ ## ## The optional return value @var{h} is the graphics handle of the figure ## window that was cleared. -## @seealso{cla, close, delete} +## @seealso{cla, close, delete, reset} ## @end deftypefn ## Author: jwe