Mapping Toolbox | ![]() ![]() |
Project meridian labels on a map axes
Syntax
mlabel
mlabel('on')
mlabel('off')
mlabel('reset')
mlabel(parallel)
h = mlabel(MapAxesPropertyName
,PropertyValue,...)
Description
mlabel will toggle the visibility of meridian labelling on the current map axes.
mlabel('on') will set the visibility of meridian labels to 'on'
.
mlabel('off') will set the visibility of meridian labels to 'off'
.
mlabel('reset') will reset 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 the strings '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.
See Also
axesm |
Define map axes and set map properties |
mlabelzero22pi |
Display longitude labels in the range of 0 to 360 degrees |
plabel |
Parallel labels projected on a map axes |
setm |
Set map properties |
![]() | minvtran | mlabelzero22pi | ![]() |