plabel
Control parallel labels on axesm
-based map
Syntax
plabel
plabel('on')
plabel('off')
plabel(meridian)
plabel(MapAxesPropertyName,PropertyValue,...)
Description
plabel
toggles the visibility of parallel labeling on
the current axesm
-based map.
plabel('on')
sets the visibility
of parallel labels to 'on'
.
plabel('off')
sets the visibility
of parallel labels to 'off'
.
plabel('reset')
resets the displayed parallel
labels using the currently defined parallel label properties.
plabel(meridian)
sets the value of the
PLabelMeridian
property of the
axesm
-based map to the value meridian. This
determines the meridian upon which the labels are placed (see
axesm
). The options for
meridian
are a scalar longitude or
'east'
, 'west'
, or
'prime'
.
plabel(MapAxesPropertyName,PropertyValue,...)
allows
paired axesm
-based map property names and property
values to be passed in. For a complete description of
axesm
-based map properties, see axesm-Based Map Properties.
Parallel label handles can be returned in h
if
desired.
Version History
Introduced before R2006a