Mercurial > hg > octave-lyh
comparison scripts/plot/plot3.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 | 22c50cbad2ce |
comparison
equal
deleted
inserted
replaced
11586:12df7854fa7c | 11587:c792872f8942 |
---|---|
56 ## Arguments may also be given in groups of three as | 56 ## Arguments may also be given in groups of three as |
57 ## | 57 ## |
58 ## @example | 58 ## @example |
59 ## plot3 (@var{x1}, @var{y1}, @var{z1}, @var{x2}, @var{y2}, @var{z2}, @dots{}) | 59 ## plot3 (@var{x1}, @var{y1}, @var{z1}, @var{x2}, @var{y2}, @var{z2}, @dots{}) |
60 ## @end example | 60 ## @end example |
61 ## | 61 ## |
62 ## @noindent | 62 ## @noindent |
63 ## in which each set of three arguments is treated as a separate line or | 63 ## in which each set of three arguments is treated as a separate line or |
64 ## set of lines in three dimensions. | 64 ## set of lines in three dimensions. |
65 ## | 65 ## |
66 ## To plot multiple one- or two-argument groups, separate each group | 66 ## To plot multiple one- or two-argument groups, separate each group |