DRAWLINE

DRAWLINE draws a line starting at (x1,y1) to (xn,yn) through (x2,y2) à (x(n-1), y(n-1)).

Example 1 – Draw Lines and Symbols and Example 2 – Draw Polygons and Symbols

Syntax

DRAWLINE x1,y1 x2,y2 .... xn,yn

 

x and y may be reals or integers of any value. This is the same as connecting all points in a table:

Example using DATAPLOT command DRAWLLINE