Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/pgslct.dc2
Дата изменения: Wed Oct 31 05:16:18 2001
Дата индексирования: Fri Jan 16 01:19:23 2009
Кодировка:

Поисковые слова: п п п п п п п п п п п п п
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.