offrame_setaxeslabels Subroutine

public subroutine offrame_setaxeslabels(xlabel, ylabel, zlabel)

Change the axes labels for the current ReferenceFrame.

This applies to the current active ReferenceFrame.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: xlabel

Name of the x-axis label.

character(len=*), intent(in) :: ylabel

Name of the y-axis label.

character(len=*), intent(in) :: zlabel

Name of the z-axis label.