diff 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
line wrap: on
line diff
--- a/scripts/plot/draw/quiver.m	Sun Jun 25 18:50:44 2017 +0200
+++ b/scripts/plot/draw/quiver.m	Tue Dec 19 12:39:25 2017 -0800
@@ -48,7 +48,7 @@
 ## arrowhead is not drawn.  If the argument @qcode{"filled"} is given then the
 ## markers are filled.
 ##
-## If the first argument @var{hax} is an axes handle, then plot into this axis,
+## If the first argument @var{hax} is an axes handle, then plot into this axes,
 ## rather than the current axes returned by @code{gca}.
 ##
 ## The optional return value @var{h} is a graphics handle to a quiver object.