KPG1_ASTTL

Sets the Title attribute of a Plot

Description:

This routine sets the Title attribute of an AST Plot. The Title string can be obtained from a variety of places, and the following priority order is used:

The value of the Title attribute supplied by the user via the application s STYLE parameter is given top priority. If no Title was supplied then the Title component of the NDF is used. If this is blank, then the TItle attribute stored in the current Frame of the NDF s WCS FrameSet is used, if it has been set explicitly (i.e. is not just a default value). Otherwise, the name of the NDF is used.

Invocation

CALL KPG1_ASTTL( IPLOT, IWCS, INDF, STATUS )

Arguments

IPLOT = INTEGER (Given)
An AST pointer for the Plot. The Title attribute of the current Frame will be set on exit.
IWCS = INTEGER (Given)
An AST pointer for the WCS FrameSet obtained from the NDF.
INDF = INTEGER (Given)
An NDF identifier for the NDF.
STATUS = INTEGER (Given and Returned)
The global status.