Name: PGSLCT Purpose: select an open graphics device Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE PGSLCT(ID) INTEGER ID Select one of the open graphics devices and direct subsequent plotting to it. The argument is the device identifier returned by PGOPEN when the device was opened. If the supplied argument is not a valid identifier of an open graphics device, a warning message is issued and the current selection is unchanged. [This routine was added to PGPLOT in Version 5.1.0.] Arguments: ID (input, integer): identifier of the device to be selected. Updates: Oct 16, 1998: JPT automatically extracted from source.