Mapping Toolbox    
showaxes

Toggle display of Cartesian MATLAB axes

Syntax

Description

showaxes toggles the visibility of the axes between the 'on' and 'off' conditions.

showaxes('on') sets the color of the axes (the XColor and YColor properties) to black.

showaxes('off') sets the color of the axes (the XColor and YColor properties) to the background color, effectively making them invisible. This is the default condition for map axes.

showaxes('hide') sets the Visible property of the axes to 'on'.

showaxes('show') sets the Visible property of the axes to 'off'.

showaxes('reset') sets the axes properties to the default map axes settings.

showaxes(color) sets the color of the axes (the XColor and YColor properties) to the color specified by any valid color string.

showaxes(color) sets the color of the axes (the XColor and YColor properties) to the color specified by the input RGB triple.

See Also
axesm
Map axes creation


  shaderel showm