Mercurial > hg > octave-lyh
changeset 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 | 009068efc66d |
children | d1466d956d17 |
files | scripts/ChangeLog scripts/plot/subplot.m |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-02-24 Ben Abbott <bpabbott@mac.com> + + * plot/subplot.m: Document using INDEX as a vector. + 2011-02-24 Robert T. Short <rtshort@ieee.org> * polynomial/polyval.m: Properly evaluate constant polynomials.
--- 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>