# HG changeset patch # User jwe # Date 1171527369 0 # Node ID 22e2c78e406eaf2f50d1c53263c02d94a2375fc1 # Parent 08a261edd738f80be864f2dae498f8ab8b6f5223 [project @ 2007-02-15 08:16:08 by jwe] diff -r 08a261edd738 -r 22e2c78e406e scripts/ChangeLog --- 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 + + * plot/figure.m: Doc fix. + 2007-02-14 Thomas Weber * 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 . +2005-01-25 Daniel J Sebald * plot/__plt__.m: Initialize fmt and sep outside of loop. Simplify logic for decoding args. diff -r 08a261edd738 -r 22e2c78e406e scripts/plot/figure.m --- 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