Mercurial > hg > octave-max
comparison 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 |
comparison
equal
deleted
inserted
replaced
12475:009068efc66d | 12476:070214996fba |
---|---|
50 ## | 4 | 5 | 6 | | 50 ## | 4 | 5 | 6 | |
51 ## +-----+-----+-----+ | 51 ## +-----+-----+-----+ |
52 ## @end group | 52 ## @end group |
53 ## @end example | 53 ## @end example |
54 ## | 54 ## |
55 ## @var{index} may be a vector. In which case, the new axis will enclose | |
56 ## the grid locations specified. The first demo illustrates an example. | |
57 ## | |
58 ## @example | |
59 ## @code{demo ("subplot", 1)} | |
60 ## @end example | |
61 ## | |
55 ## @end ifnottex | 62 ## @end ifnottex |
56 ## @seealso{plot} | 63 ## @seealso{axes, plot} |
57 ## @end deftypefn | 64 ## @end deftypefn |
58 | 65 |
59 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> | 66 ## Author: Vinayak Dutt <Dutt.Vinayak@mayo.EDU> |
60 ## Adapted-By: jwe | 67 ## Adapted-By: jwe |
61 | 68 |