This draws line segments between two or more points using the currently set attributes for line style, polyline colour index and line width scale factor. The call is:
CALL GPL(N, PXA, PYA)where N is the number of points, and PXA(N), PYA(N) are real arrays containing the X and Y values of the points in the application program's own coordinate system (called the World Coordinates System).