DOKK / manpages / debian 11 / plplot-doc / pljoin.3plplot.en
PLJOIN(3plplot) PLplot API PLJOIN(3plplot)

pljoin - Draw a line between two points

pljoin(x1, y1, x2, y2)

Joins the point (x1, y1) to (x2, y2).

Redacted form: pljoin(x1,y1,x2,y2)

This function is used in examples 3 and 14.

PLFLT(3plplot), input)
x coordinate of first point.
PLFLT(3plplot), input)
y coordinate of first point.
PLFLT(3plplot), input)
x coordinate of second point.
PLFLT(3plplot), input)
y coordinate of second point.

Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.

PLplot documentation at http://plplot.org/documentation.php.

December, 2020