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	Thu Feb 24 20:05:51 2011 -0500
+++ b/scripts/ChangeLog	Thu Feb 24 20:22:38 2011 -0500
@@ -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	Thu Feb 24 20:05:51 2011 -0500
+++ b/scripts/plot/subplot.m	Thu Feb 24 20:22:38 2011 -0500
@@ -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>