clabelm
Add contour labels to map contour display
Syntax
Description
clabelm(
labels
all contours displayed in the current contour plot. Labels are upright
and displayed with C
)'+'
symbols. clabelm
randomly
selects label positions.
clabelm(___,
specifies the
text object properties and the
Name,Value
)'LabelSpacing'
contour group
property, using one or more Name,Value
pair arguments, in addition to any of the input arguments in
previous syntaxes.
clabelm(
places
contour labels at locations you select with a mouse. Click the mouse
or press the space bar to label the contour closest to the center
of the crosshair. Press the Return key while the
cursor is within the figure window to terminate labeling.C
,'manual')
text_handles = clabel(___)
additionally
returns an array containing the handles of the text objects created,
using any of the input arguments in the previous syntaxes. If you
call clabel
without the h
argument, text_handles
also
contains the handles of line objects used to create the '+'
symbols.