comparison 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
comparison
equal deleted inserted replaced
17442:4e86bb1901d6 17443:0aa77acf22f5
31 ## to their defaults. However, the following properties are not reset: 31 ## to their defaults. However, the following properties are not reset:
32 ## Position, Units. 32 ## Position, Units.
33 ## 33 ##
34 ## If the first argument @var{hax} is an axes handle, then operate on 34 ## If the first argument @var{hax} is an axes handle, then operate on
35 ## this axis rather than the current axes returned by @code{gca}. 35 ## this axis rather than the current axes returned by @code{gca}.
36 ## @seealso{clf} 36 ## @seealso{clf, delete, reset}
37 ## @end deftypefn 37 ## @end deftypefn
38 38
39 ## Author: Ben Abbott <bpabbott@mac.com> 39 ## Author: Ben Abbott <bpabbott@mac.com>
40 ## Created: 2008-10-03 40 ## Created: 2008-10-03
41 41