Mercurial > hg > octave-lyh
diff scripts/plot/subplot.m @ 5798:7e7ed81f5566
[project @ 2006-05-09 17:24:33 by jwe]
author | jwe |
---|---|
date | Tue, 09 May 2006 17:24:34 +0000 |
parents | ace8d8d26933 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/plot/subplot.m +++ b/scripts/plot/subplot.m @@ -51,7 +51,7 @@ ## The plot index runs row-wise. First all the columns in a row are filled ## and then the next row is filled. ## -## For example, a plot with 4 by 2 grid will have plot indices running as +## For example, a plot with 2 by 3 grid will have plot indices running as ## follows: ## @iftex ## @tex @@ -75,6 +75,7 @@ ## @end group ## @end display ## @end ifinfo +## @seealso{plot} ## @end deftypefn ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU>