diff scripts/plot/figure.m @ 6308:22e2c78e406e

[project @ 2007-02-15 08:16:08 by jwe]
author jwe
date Thu, 15 Feb 2007 08:16:09 +0000
parents b649aa46950d
children b298a4c12fc3
line wrap: on
line diff
--- a/scripts/plot/figure.m
+++ b/scripts/plot/figure.m
@@ -18,9 +18,10 @@
 ## 02110-1301, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} figure (@var{n})
-## Set the current plot window to plot window @var{n}.  If @var{n} is
-## not specified, the next available window number is chosen.
+## @deftypefn {Function File} {} figure (@var{n}, @var{p}, @var{v}, @dots{})
+## Set the current plot window to plot window @var{n}.  If no arguments are
+## specified, the next available window number is chosen.  Parameters @var{p}
+## and settings @var{v} can be given in pairs if @var{n} is specified. 
 ## @end deftypefn
 
 ## Author: jwe, Bill Denney