Mapping Toolbox | ![]() ![]() |
Project parallel labels on a map axes
Syntax
plabel
plabel('on')
plabel('off')
plabel('reset')
plabel(meridian)
h = plabel(MapAxesPropertyName
,PropertyValue,...)
Description
plabel will toggle the visibility of parallel labelling on the current map axes.
plabel('on') will set the visibility of parallel labels to 'on'
.
plabel('off') will set the visibility of parallel labels to 'off'
.
plabel('reset') will reset the displayed parallel labels using the currently defined parallel label properties.
plabel(meridian) sets the value of the PLabelMeridian
property of the map axes 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 the strings 'east'
, 'west'
, or 'prime'
.
plabel(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.
Parallel label handles can be returned in h
if desired.
See Also
axesm |
Define map axes and set map properties |
setm |
Set map properties |
mlabel |
Meridian labels projected on a map axes |
![]() | pcolorm | plot3m | ![]() |