Label contour plot elevation
clabel(
adds
upright labels at the locations you select with the 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')
returns
the text and line objects created. Use any of the input argument combinations
in the previous syntaxes that do not include the contour object tl
= clabel(___)h
.
clabel(___,
modifies
the label appearance using one or more Name,Value
)Name,Value
pair
arguments. Use any of the input argument combinations in the previous
syntaxes. For example, 'FontSize',14
sets the font
size to 14 points.