1PLJOIN(3plplot) PLplot API PLJOIN(3plplot)
2
3
4
6 pljoin - Draw a line between two points
7
9 pljoin(x1, y1, x2, y2)
10
12 Joins the point (x1, y1) to (x2, y2).
13
14 Redacted form: pljoin(x1,y1,x2,y2)
15
16 This function is used in examples 3 and 14.
17
19 x1 (PLFLT(3plplot), input)
20 x coordinate of first point.
21
22 y1 (PLFLT(3plplot), input)
23 y coordinate of first point.
24
25 x2 (PLFLT(3plplot), input)
26 x coordinate of second point.
27
28 y2 (PLFLT(3plplot), input)
29 y coordinate of second point.
30
31
33 Many developers (who are credited at http://plplot.source‐
34 forge.net/credits.php) have contributed to PLplot over its long his‐
35 tory.
36
38 PLplot documentation at http://plplot.sourceforge.net/documenta‐
39 tion.php.
40
41
42
43 August, 2017 PLJOIN(3plplot)