ncl_line (3) Linux Manual Page
LINE – draws a line from the point (X1,Y1) to the point (X2,Y2). The "pen" (for subsequent calls to FRSTPT, VECTOR, PLOTIF, and PLOTIT) is left at (X2,Y2). SynopsisCALL LINE (X1,Y1,X2,Y2) C-Binding Synopsis#include <ncarg/ncargC.h> void c_line (float x1, float y1, float x2, float y2) DescriptionX1 (an input expression of type REAL) defines the X user…
