PGP_ASSOC

Associate a graphics workstation with a parameter, and open it

Description:

Associate a graphics workstation with the specified Graphics Device Parameter and return an PGP unit identifier

Invocation

CALL PGP_ASSOC ( PNAME, MODE, NX, NY, UNIT, STATUS )

Arguments

PNAME = CHARACTER() (Given)
Expression specifying the name of a graphics parameter.
MODE = CHARACTER() (Given)
Expression specifying the access mode. If it is READ or UPDATE, a vdu workstation screen will not be cleared when the workstation is opened. If it is WRITE, the screen will be cleared as usual.
NX = INTEGER (Given)
Number of sub-plots in X.
NY = INTEGER (Given)
Number of sub-plots in Y.
UNIT = INTEGER (Returned)
A Variable to contain the unit identifier.
STATUS = INTEGER (Given and returned)
The global status.

Notes:

PGPLOT currently only supports one workstation so the unit is always returned as one.