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.