Mercurial > hg > octave-nkf
diff scripts/plot/mesh.m @ 11575:d6619410e79c
Spellcheck documentation before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 21:16:13 -0800 |
parents | 3c6e8aaa9555 |
children | 5f0bb45e615c |
line wrap: on
line diff
--- a/scripts/plot/mesh.m +++ b/scripts/plot/mesh.m @@ -29,7 +29,7 @@ ## correspond to different @var{x} values and rows of @var{z} correspond ## to different @var{y} values. ## -## The color of the mesh is derirved from the @code{colormap} +## The color of the mesh is derived from the @code{colormap} ## 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}