diff scripts/plot/mesh.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children d6619410e79c
line wrap: on
line diff
--- a/scripts/plot/mesh.m
+++ b/scripts/plot/mesh.m
@@ -21,7 +21,7 @@
 ## @deftypefnx {Function File} {} mesh (@var{z})
 ## @deftypefnx {Function File} {} mesh (@dots{}, @var{c})
 ## @deftypefnx {Function File} {} mesh (@var{hax}, @dots{})
-## @deftypefnx {Function File} {@var{h} = } mesh (@dots{})
+## @deftypefnx {Function File} {@var{h} =} mesh (@dots{})
 ## Plot a mesh given matrices @var{x}, and @var{y} from @code{meshgrid} and
 ## a matrix @var{z} corresponding to the @var{x} and @var{y} coordinates of
 ## the mesh.  If @var{x} and @var{y} are vectors, then a typical vertex
@@ -30,8 +30,8 @@
 ## to different @var{y} values.
 ##
 ## The color of the mesh is derirved from the @code{colormap}
-## and the value of @var{z}. Optionally the color of the mesh can be
-## specified independent of of @var{z}, by adding a fourth matrix, @var{c}.
+## and the value of @var{z}.  Optionally the color of the mesh can be
+## specified independent of @var{z}, by adding a fourth matrix, @var{c}.
 ## @seealso{colormap, contour, meshgrid, surf}
 ## @end deftypefn