KPG1_AXANO

Generates an axis annotation from the NDF s axis label and units

Description:

This routine examines a nominated axis for a label and units. It creates a string of the form " label (units)" or " label" if the label but not the units are present. If neither are present a supplied default is returned instead.

Invocation

CALL KPG1_AXANO( NDF, IAXIS, DEFAUL, AXSLAB, STATUS )

Arguments

NDF = INTEGER (Given)
The NDF identifier.
IAXIS = INTEGER (Given)
The number of the axis whose character components are to be used.
DEFAUL = CHARACTER ( ) (Given)
A default to return in AXSLAB should there be no axis label.
AXSLAB = CHARACTER ( ) (Returned)
The axis annotation.
STATUS = INTEGER (Given and Returned)
The global status.

Prior Requirements