Mercurial > hg > octave-nkf
diff scripts/plot/ezplot3.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 | e70789e0cd92 |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/plot/ezplot3.m +++ b/scripts/plot/ezplot3.m @@ -25,12 +25,12 @@ ## ## Plots in three-dimensions the curve defined parametrically. ## @var{fx}, @var{fy}, and @var{fz} are strings, inline functions -## or function handles with one arguments defining the function. By +## or function handles with one arguments defining the function. By ## default the plot is over the domain @code{-2*pi < @var{x} < 2*pi} ## with 60 points. ## ## If @var{dom} is a two element vector, it represents the minimum and maximum -## value of @var{t}. @var{n} is a scalar defining the number of points to use. +## value of @var{t}. @var{n} is a scalar defining the number of points to use. ## ## The optional return value @var{h} provides a list of handles to the ## the parts of the vector field (body, arrow and marker).