KPG1_PGCLS

Closes down the AGI database and PGPLOT workstation

Description:

This routine closes the graphics data base and PGPLOT workstation previously opened by KPG1_PGOPN. It does nothing if PGPLOT is not currently active.

Invocation

CALL KPG1_PGCLS( PNAME, SAVCUR, STATUS )

Arguments

PNAME = CHARACTER ( ) (Given)
The name of the parameter to use.
SAVCUR = LOGICAL (Given)
If .TRUE., then the current AGI picture is retained as the current picture. If .FALSE., the picture which was current when the database was opened is re-instated.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: