Mercurial > hg > octave-nkf
diff scripts/plot/subplot.m @ 12476:070214996fba
subplot.m: Document using INDEX as a vector.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 24 Feb 2011 20:22:38 -0500 |
parents | 64ae43e0e1c0 |
children | ce831dc80bdb |
line wrap: on
line diff
--- a/scripts/plot/subplot.m +++ b/scripts/plot/subplot.m @@ -52,8 +52,15 @@ ## @end group ## @end example ## +## @var{index} may be a vector. In which case, the new axis will enclose +## the grid locations specified. The first demo illustrates an example. +## +## @example +## @code{demo ("subplot", 1)} +## @end example +## ## @end ifnottex -## @seealso{plot} +## @seealso{axes, plot} ## @end deftypefn ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>