The GDRAW('LINE' .
. . ) function draws one line, a series of connected lines, or a dot.
The line attributes and bundles affect the appearance of this primitive.
See
DATA Step Graphics Interface Routines for a list of these attributes.
Note: All of the
x coordinates are listed in the function first,
followed by the
y coordinates.
This primitive takes the first
n values and stores them as
x coordinates and the next
n values and stores them as
y coordinates.