Mercurial > hg > octave-nkf
diff scripts/plot/contour3.m @ 9040:dbd0c77e575e
Cleanup documentation file plot.texi
Spellcheck
Stylecheck (Mostly double spaces after periods)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 14:40:24 -0700 |
parents | eb63fbe60fab |
children | be55736a0783 |
line wrap: on
line diff
--- a/scripts/plot/contour3.m +++ b/scripts/plot/contour3.m @@ -27,7 +27,7 @@ ## Plot level curves (contour lines) of the matrix @var{z}, using the ## contour matrix @var{c} computed by @code{contourc} from the same ## arguments; see the latter for their interpretation. The contours are -## ploted at the Z level corresponding to their contour. The set of +## plotted at the Z level corresponding to their contour. The set of ## contour levels, @var{c}, is only returned if requested. For example: ## ## @example