Mercurial > hg > octave-nkf
diff scripts/plot/clabel.m @ 8548:193bf0e6c567
minor doc fix
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 20 Jan 2009 22:39:29 +0100 |
parents | be9b14945774 |
children | a013ff655ca4 |
line wrap: on
line diff
--- a/scripts/plot/clabel.m +++ b/scripts/plot/clabel.m @@ -29,12 +29,12 @@ ## 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 conours to label can be +## By default, all contours are labelled. 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. ## ## Additional property/value pairs that are valid properties of text objects -## can be given and are passed to the underlying text cobjects. Additionally, +## can be given and are passed to the underlying text objects. Additionally, ## the property "LabelSpacing" is available allowing the spacing between labels ## on a contour (in points) to be specified. The default is 144 points, or 2 ## inches.