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

Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html
Name: GRSETS

Purpose: change size of view surface

Category: GRAPHICS

File: pgplot.src

Author: T.J. Pearson

Use: see description below.

Description:

SUBROUTINE GRSETS (IDENT,XSIZE,YSIZE)

GRPCKG : change size of plotting area. The requested dimensions
will be reduced to the absolute maximum of the plot device if
necessary.

Arguments:

IDENT (input, integer): plot identifier from GROPEN.
XSIZE (input, real): new x dimension of plot area (absolute
units); if less than zero, the default dimension
will be used.
YSIZE (input, real): new y dimension of plot area (absolute
units); if less than zero, the default dimension
will be used.

Updates: Oct 16, 1998: JPT automatically extracted from source.