Mercurial > hg > octave-nkf
diff scripts/plot/feather.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 |
line wrap: on
line diff
--- a/scripts/plot/feather.m +++ b/scripts/plot/feather.m @@ -24,7 +24,7 @@ ## @deftypefnx {Function File} {@var{h} =} feather (@dots{}) ## ## Plot the @code{(@var{u}, @var{v})} components of a vector field emanating -## from equidistant points on the x-axis. If a single complex argument +## from equidistant points on the x-axis. If a single complex argument ## @var{z} is given, then @code{@var{u} = real (@var{z})} and ## @code{@var{v} = imag (@var{z})}. ##