.\" This page was automatically generated. Do not edit! .\" .TH PLJOIN 3plplot "January, 2019" "" "PLplot API" .SH NAME \fBpljoin\fP - Draw a line between two points .SH SYNOPSIS \fBpljoin\fP(\fIx1\fP, \fIy1\fP, \fIx2\fP, \fIy2\fP) .SH DESCRIPTION .P Joins the point (\fIx1\fP, \fIy1\fP) to (\fIx2\fP, \fIy2\fP). .P Redacted form: \fBpljoin(x1,y1,x2,y2)\fP .P This function is used in examples 3 and 14. .SH ARGUMENTS .TP \fIx1\fP (\fBPLFLT\fP(3plplot), input) x coordinate of first point. .TP \fIy1\fP (\fBPLFLT\fP(3plplot), input) y coordinate of first point. .TP \fIx2\fP (\fBPLFLT\fP(3plplot), input) x coordinate of second point. .TP \fIy2\fP (\fBPLFLT\fP(3plplot), input) y coordinate of second point. .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.