KPG1_SAXAT

Sets attributes of a Frame axis to describe an NDF array component

Description:

This routine sets the Symbol, Units and Label attributes of a specified axis in an AST Frame so that they describe the values in a specified array component of an NDF. The Symbol is set to the name of the NDF array component (note, this is short and has no spaces so that it can be used as a column name in a catalogue), the Label is set to the NDF Label component, and Units is set to the NDF Units component.

Invocation

CALL KPG1_SAXAT( INDF, COMP, AXIS, LOG, FRAME, STATUS )

Arguments

INDF = INTEGER (Given)
An identifier for the NDF being described.
COMP = CHARACTER ( ) (Given)
The name of the NDF array component being described.
AXIS = INTEGER (Given)
The index of the Frame axis to be modified.
LOG = LOGICAL (Given)
If .TRUE., then the attribute values are modified so that they are appropriate for a logarithmic axis. The modified attribute values are of the form " Log10(...)" where " ..." is the attribute value used for non-logarithmic axes. PGPLOT escape characters are included in the attribute values to produce a sub-scripted " 10" .
FRAME = INTEGER (Given)
The identifier for the AST Frame to be modified.
STATUS = INTEGER (Given and Returned)
The global status.