PGPLOT Module: PGSLCT -- select an open graphics device
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.