Toggle and control display of meridian labels
mlabel
mlabel('on')
mlabel('off')
mlabel('reset')
mlabel(parallel)
mlabel(MapAxesPropertyName,PropertyValue,...)
mlabel
toggles the visibility
of meridian labeling on the current map axes.
mlabel('on')
sets the visibility
of meridian labels to 'on'
.
mlabel('off')
sets the visibility
of meridian labels to 'off'
.
mlabel('reset')
resets the
displayed meridian labels using the currently defined meridian label
properties.
mlabel(parallel)
sets the
value of the MLabelParallel
property of the map
axes to the value of parallel
. This determines
the parallel upon which the labels are placed (see axesm
).
The options for parallel
are a scalar latitude
or 'north'
, 'south'
, or 'equator'
.
mlabel(MapAxesPropertyName,PropertyValue,...)
allows
paired map axes' property names and property values to be passed in. For a complete
description of map axes properties, see the axesm
reference page in
this guide.
Meridian label handles can be returned in h
if
desired.
axesm
| mlabelzero22pi
| plabel
| setm