Mercurial > hg > octave-nkf
comparison scripts/plot/plot3.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | eb63fbe60fab |
children | 16f53d29049f |
comparison
equal
deleted
inserted
replaced
9039:51dc9691f23f | 9040:dbd0c77e575e |
---|---|
25 ## plot3 (@var{x}, @var{y}, @var{z}) | 25 ## plot3 (@var{x}, @var{y}, @var{z}) |
26 ## @end example | 26 ## @end example |
27 ## | 27 ## |
28 ## @noindent | 28 ## @noindent |
29 ## in which the arguments are taken to be the vertices of the points to | 29 ## in which the arguments are taken to be the vertices of the points to |
30 ## be plotted in three dimensions. If all arguments are vectors of the | 30 ## be plotted in three dimensions. If all arguments are vectors of the |
31 ## same length, then a single continuous line is drawn. If all arguments | 31 ## same length, then a single continuous line is drawn. If all arguments |
32 ## are matrices, then each column of the matrices is treated as a | 32 ## are matrices, then each column of the matrices is treated as a |
33 ## separate line. No attempt is made to transpose the arguments to make | 33 ## separate line. No attempt is made to transpose the arguments to make |
34 ## the number of rows match. | 34 ## the number of rows match. |
35 ## | 35 ## |
36 ## If only two arguments are given, as | 36 ## If only two arguments are given, as |