diff scripts/plot/cla.m @ 17443:0aa77acf22f5

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.
author Rik <rik@octave.org>
date Thu, 19 Sep 2013 11:46:00 -0700
parents bc924baa2c4e
children
line wrap: on
line diff
--- a/scripts/plot/cla.m	Thu Sep 19 11:27:15 2013 -0700
+++ b/scripts/plot/cla.m	Thu Sep 19 11:46:00 2013 -0700
@@ -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 <bpabbott@mac.com>