Mapping Toolbox | ![]() ![]() |
Toggle and control the display of the map frame
Syntax
framem framem('on') framem('off') framem('reset') framem(linespec) framem(PropertyName,PropertyValue,...)
Description
framem toggles the visibility of the map frame by setting the map axes property Frame
to 'on'
or 'off'
. The default setting for map axes is 'off'
.
framem('on') sets the map axes property Frame
to 'on'
.
framem('off') sets the map axes property Frame
to 'off'
.
When called with the string argument 'off'
, the map axes property Frame
property is set to 'off'
.
framem('reset') resets the entire frame using the current properties. This is essentially a refresh option.
framem(linespec
) sets the map axes FEdgeColor
property to the color component of any linespec
string recognized by the MATLAB line
command.
feamem(PropertyName
,PropertyValue
,...) sets the appropriate map axes properties to the desired values. These property names and values are described on the axesm
reference page of this guide.
Remarks
Map frame properties can be also created or altered using the axesm
or setm
commands.
See Also
axesm |
Define map axes and set map properties |
setm |
Set map properties |
![]() | flatearthpoly | gc2sc | ![]() |