offrame_showaxeslabels Subroutine

public subroutine offrame_showaxeslabels(labels)

Toggle which axis labels are displayed.

This applies to the current active ReferenceFrame. The axis is initially drawn at the origin of the reference frame unless otherwise specified by offrame_movexaxis, offrame_moveyaxis or offrame_movezaxis.

To show multiple axis labels, sum the enumerations of OpenFrames::ReferenceFrame::AxesType you want to show.

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: labels

Axis labels to show specified by OpenFrames::ReferenceFrame::AxesType, others will be hidden.