ATL_CPPLA

Copy attributes from one Plot to another

Description:

This routine copies all public attribute values from one AST Plot to another AST Plot. The attributes copied are those that affect the visual appearance of the Plot.

Invocation

CALL ATL_CPPLA( IPLOT1, IPLOT2, FIXATE, STATUS )

Arguments

IPLOT1 = INTEGER (Given)
The source Plot.
IPLOT2 = INTEGER (Given)
The destination Plot.
FIXATE = LOGICAL (Given)
If .FALSE., then attribute values are only set in IPLOT2 if they have been assigned an explicit value (i.e. are not defaulted) in IPLOT1. If .TRUE., then values are set explicitly in IPLOT2 whether they are default values or not.
STATUS = INTEGER (Given and Returned)
The global status.