comparison scripts/plot/draw/quiver.m @ 24431:0c6cedafc71e stable

doc: Use 'axes' rather than 'axis' appropriately in docstrings. * voronoi.m, axis.m, box.m, caxis.m, datetick.m, grid.m, legend.m, lighting.m, shading.m, title.m, view.m, xlabel.m, xlim.m, ylabel.m, ylim.m, zlabel.m, zlim.m, area.m, bar.m, barh.m, colorbar.m, comet.m, comet3.m, compass.m, contour.m, contour3.m, contourf.m, cylinder.m, ellipsoid.m, errorbar.m, ezcontour.m, ezcontourf.m, ezmesh.m, ezmeshc.m, ezplot.m, ezplot3.m, ezpolar.m, ezsurf.m, ezsurfc.m, feather.m, fill.m, fplot.m, hist.m, line.m, loglog.m, loglogerr.m, mesh.m, meshc.m, meshz.m, pareto.m, patch.m, pcolor.m, pie.m, pie3.m, plot.m, plot3.m, plotmatrix.m, plotyy.m, polar.m, quiver.m, quiver3.m, rectangle.m, ribbon.m, rose.m, scatter.m, scatter3.m, semilogx.m, semilogxerr.m, semilogy.m, semilogyerr.m, slice.m, sphere.m, stairs.m, stem.m, stem3.m, surf.m, surface.m, surfc.m, surfl.m, surfnorm.m, waterfall.m, axes.m, cla.m, gca.m, hold.m, newplot.m, subplot.m: Use 'axes' rather than 'axis' appropriately in docstrings.
author Rik <rik@octave.org>
date Tue, 19 Dec 2017 12:39:25 -0800
parents 6915cc404dba
children 6cf385e26616
comparison
equal deleted inserted replaced
24424:ceae837bc9ea 24431:0c6cedafc71e
46 ## then the markers are drawn at the origin of the vectors (which are the grid 46 ## then the markers are drawn at the origin of the vectors (which are the grid
47 ## points defined by @var{x} and @var{y}). When a marker is specified, the 47 ## points defined by @var{x} and @var{y}). When a marker is specified, the
48 ## arrowhead is not drawn. If the argument @qcode{"filled"} is given then the 48 ## arrowhead is not drawn. If the argument @qcode{"filled"} is given then the
49 ## markers are filled. 49 ## markers are filled.
50 ## 50 ##
51 ## If the first argument @var{hax} is an axes handle, then plot into this axis, 51 ## If the first argument @var{hax} is an axes handle, then plot into this axes,
52 ## rather than the current axes returned by @code{gca}. 52 ## rather than the current axes returned by @code{gca}.
53 ## 53 ##
54 ## The optional return value @var{h} is a graphics handle to a quiver object. 54 ## The optional return value @var{h} is a graphics handle to a quiver object.
55 ## A quiver object regroups the components of the quiver plot (body, arrow, 55 ## A quiver object regroups the components of the quiver plot (body, arrow,
56 ## and marker), and allows them to be changed together. 56 ## and marker), and allows them to be changed together.