comparison 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
comparison
equal deleted inserted replaced
9039:51dc9691f23f 9040:dbd0c77e575e
22 ## @deftypefnx {Function File} {} feather (@dots{}, @var{style}) 22 ## @deftypefnx {Function File} {} feather (@dots{}, @var{style})
23 ## @deftypefnx {Function File} {} feather (@var{h}, @dots{}) 23 ## @deftypefnx {Function File} {} feather (@var{h}, @dots{})
24 ## @deftypefnx {Function File} {@var{h} =} feather (@dots{}) 24 ## @deftypefnx {Function File} {@var{h} =} feather (@dots{})
25 ## 25 ##
26 ## Plot the @code{(@var{u}, @var{v})} components of a vector field emanating 26 ## Plot the @code{(@var{u}, @var{v})} components of a vector field emanating
27 ## from equidistant points on the x-axis. If a single complex argument 27 ## from equidistant points on the x-axis. If a single complex argument
28 ## @var{z} is given, then @code{@var{u} = real (@var{z})} and 28 ## @var{z} is given, then @code{@var{u} = real (@var{z})} and
29 ## @code{@var{v} = imag (@var{z})}. 29 ## @code{@var{v} = imag (@var{z})}.
30 ## 30 ##
31 ## The style to use for the plot can be defined with a line style @var{style} 31 ## The style to use for the plot can be defined with a line style @var{style}
32 ## in a similar manner to the line styles used with the @code{plot} command. 32 ## in a similar manner to the line styles used with the @code{plot} command.