Mercurial > hg > octave-nkf
comparison scripts/plot/compass.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} {} compass (@dots{}, @var{style}) | 22 ## @deftypefnx {Function File} {} compass (@dots{}, @var{style}) |
23 ## @deftypefnx {Function File} {} compass (@var{h}, @dots{}) | 23 ## @deftypefnx {Function File} {} compass (@var{h}, @dots{}) |
24 ## @deftypefnx {Function File} {@var{h} =} compass (@dots{}) | 24 ## @deftypefnx {Function File} {@var{h} =} compass (@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 the origin of a polar polt. If a single complex argument @var{z} is | 27 ## from the origin of a polar plot. If a single complex argument @var{z} is |
28 ## given, then @code{@var{u} = real (@var{z})} and @code{@var{v} = imag | 28 ## given, then @code{@var{u} = real (@var{z})} and @code{@var{v} = imag |
29 ## (@var{z})}. | 29 ## (@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. |