comparison libinterp/corefcn/graphics.cc @ 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 50b2863d10a6
children 710309214e0d
comparison
equal deleted inserted replaced
17442:4e86bb1901d6 17443:0aa77acf22f5
8518 @deftypefn {Built-in Function} {} reset (@var{h}, @var{property})\n\ 8518 @deftypefn {Built-in Function} {} reset (@var{h}, @var{property})\n\
8519 Remove any defaults set for the handle @var{h}. The default figure\n\ 8519 Remove any defaults set for the handle @var{h}. The default figure\n\
8520 properties of @qcode{\"position\"}, @qcode{\"units\"},\n\ 8520 properties of @qcode{\"position\"}, @qcode{\"units\"},\n\
8521 @qcode{\"windowstyle\"} and @qcode{\"paperunits\"} and the default axes\n\ 8521 @qcode{\"windowstyle\"} and @qcode{\"paperunits\"} and the default axes\n\
8522 properties of @qcode{\"position\"} and @qcode{\"units\"} are not reset.\n\ 8522 properties of @qcode{\"position\"} and @qcode{\"units\"} are not reset.\n\
8523 @seealso{cla, clf}\n\
8523 @end deftypefn") 8524 @end deftypefn")
8524 { 8525 {
8525 int nargin = args.length (); 8526 int nargin = args.length ();
8526 8527
8527 if (nargin != 1) 8528 if (nargin != 1)