Mercurial > hg > octave-nkf
diff scripts/plot/clabel.m @ 9672:43a07df0ed4c
document graphics structures
author | Michael D. Godfrey <godfrey@isl.stanford.edu> |
---|---|
date | Wed, 30 Sep 2009 10:18:32 -0400 |
parents | dbd0c77e575e |
children | 95c3e38098bf |
line wrap: on
line diff
--- a/scripts/plot/clabel.m +++ b/scripts/plot/clabel.m @@ -29,7 +29,7 @@ ## that are returned by @code{contour}, @code{contourf} and @code{contour3}. ## The contour labels are rotated and placed in the contour itself. ## -## By default, all contours are labelled. However, the contours to label can be +## By default, all contours are labeled. However, the contours to label can be ## specified by the vector @var{v}. If the "manual" argument is given then ## the contours to label can be selected with the mouse. ##