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

Purpose: draw dots

Category: GRAPHICS

File: pgplot.src

Author: T.J. Pearson

Use: see description below.

Description:

SUBROUTINE GRDOT1(POINTS, X, Y)
INTEGER POINTS
REAL X(POINTS), Y(POINTS)

GRPCKG (internal routine): Draw a set of dots.

Arguments:

POINTS (input, integer): the number of coordinate pairs.
X, Y (input, real arrays, dimensioned POINTS or greater): the
X and Y world coordinates of the points.

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