comparison scripts/plot/draw/quiver3.m @ 32487:998cba4600e9 stable

doc: grammarcheck m-files before 9.1 release. * scripts/help/bytecode.m, scripts/linear-algebra/tensorprod.m, scripts/optimization/optimget.m, scripts/optimization/optimset.m, scripts/plot/appearance/xlim.m, scripts/plot/appearance/ylim.m, scripts/plot/appearance/zlim.m, scripts/plot/draw/quiver.m, scripts/plot/draw/quiver3.m, scripts/plot/util/print.m, scripts/set/ismembertol.m, scripts/statistics/cov.m, scripts/statistics/mad.m, scripts/time/datenum.m: grammarcheck m-files before 9.1 release.
author Rik <rik@octave.org>
date Thu, 23 Nov 2023 18:28:08 -0800
parents 03fe0b635d2e
children 5fac69033835
comparison
equal deleted inserted replaced
32480:d8120936e4a5 32487:998cba4600e9
44 ## @code{[@var{m}, @var{n}] = size (@var{u})}. 44 ## @code{[@var{m}, @var{n}] = size (@var{u})}.
45 ## 45 ##
46 ## The optional input @var{s} is a scalar defining a scaling factor to use for 46 ## The optional input @var{s} is a scalar defining a scaling factor to use for
47 ## the arrows of the field relative to the mesh spacing. A value of 1.0 will 47 ## the arrows of the field relative to the mesh spacing. A value of 1.0 will
48 ## result in the longest vector exactly filling one grid cube. A value of 0 48 ## result in the longest vector exactly filling one grid cube. A value of 0
49 ## or "off" disables all scaling. The default value is 0.9. 49 ## or @qcode{"off"} disables all scaling. The default value is 0.9.
50 ## 50 ##
51 ## The style to use for the plot can be defined with a line style @var{style} 51 ## The style to use for the plot can be defined with a line style @var{style}
52 ## of the same format as the @code{plot} command. If a marker is specified 52 ## of the same format as the @code{plot} command. If a marker is specified
53 ## then the markers are drawn at the origin of the vectors (which are the grid 53 ## then the markers are drawn at the origin of the vectors (which are the grid
54 ## points defined by @var{x}, @var{y}, @var{z}). When a marker is specified, 54 ## points defined by @var{x}, @var{y}, @var{z}). When a marker is specified,