Mercurial > hg > octave-max
comparison scripts/plot/stem.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 5f0bb45e615c |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
44 ## @end group | 44 ## @end group |
45 ## @end example | 45 ## @end example |
46 ## | 46 ## |
47 ## @noindent | 47 ## @noindent |
48 ## plots 10 stems with heights from 2 to 20 in red; | 48 ## plots 10 stems with heights from 2 to 20 in red; |
49 ## | 49 ## |
50 ## The return value of @code{stem} is a vector of "stem series" graphics | 50 ## The return value of @code{stem} is a vector of "stem series" graphics |
51 ## handles, with one handle per column of the variable @var{y}. This | 51 ## handles, with one handle per column of the variable @var{y}. This |
52 ## handle regroups the elements of the stem graph together as the | 52 ## handle regroups the elements of the stem graph together as the |
53 ## children of the "stem series" handle, allowing them to be altered | 53 ## children of the "stem series" handle, allowing them to be altered |
54 ## together. For example, | 54 ## together. For example, |