next up previous contents index
Next: Polymarker Up: The Drawing Primitives Previous: The Drawing Primitives

Polyline

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).

Janne Saarela
Mon Apr 3 17:00:12 METDST 1995