changeset 6308:22e2c78e406e

[project @ 2007-02-15 08:16:08 by jwe]
author jwe
date Thu, 15 Feb 2007 08:16:09 +0000
parents 08a261edd738
children 6a60e68fc4b1
files scripts/ChangeLog scripts/plot/figure.m
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Feb 15 07:52:28 2007 +0000
+++ b/scripts/ChangeLog	Thu Feb 15 08:16:09 2007 +0000
@@ -1,3 +1,7 @@
+2007-02-15  Daniel J Sebald  <daniel.sebald@ieee.org>
+
+	* plot/figure.m: Doc fix.
+
 2007-02-14  Thomas Weber  <thomas.weber.mail@gmail.com>
 
 	* audio/wavread.m, audio/wavwrite.m: Use types with specific sizes
@@ -2537,7 +2541,7 @@
 
 	* statistics/base/median.m: Make it work for the scalar case too.
 
-2005-01-25  Daniel J Sebald  <daniel.sebald@ieee.org>.
+2005-01-25  Daniel J Sebald  <daniel.sebald@ieee.org>
 
 	* plot/__plt__.m: Initialize fmt and sep outside of loop.
 	Simplify logic for decoding args.
--- a/scripts/plot/figure.m	Thu Feb 15 07:52:28 2007 +0000
+++ b/scripts/plot/figure.m	Thu Feb 15 08:16:09 2007 +0000
@@ -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