other versions
- buster 5.14.0+dfsg-3
- testing 5.15.0+dfsg-19
- unstable 5.15.0+dfsg-19
- experimental 5.15.0+dfsg-21
PLJOIN(3plplot) | PLplot API | PLJOIN(3plplot) |
NAME¶
pljoin - Draw a line between two pointsSYNOPSIS¶
pljoin(x1, y1, x2, y2)DESCRIPTION¶
Joins the point (x1, y1) to (x2, y2).Redacted form: pljoin(x1,y1,x2,y2)
This function is used in examples 3 and 14.
ARGUMENTS¶
- x1 (PLFLT(3plplot), input)
- x coordinate of first point.
- y1 (PLFLT(3plplot), input)
- y coordinate of first point.
- x2 (PLFLT(3plplot), input)
- x coordinate of second point.
- y2 (PLFLT(3plplot), input)
- y coordinate of second point.
AUTHORS¶
Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.SEE ALSO¶
PLplot documentation at http://plplot.org/documentation.php.January, 2019 |