1PLJOIN(3plplot)                   PLplot API                   PLJOIN(3plplot)
2
3
4

NAME

6       pljoin - Draw a line between two points
7

SYNOPSIS

9       pljoin(x1, y1, x2, y2)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

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

SEE ALSO

37       PLplot documentation at http://plplot.org/documentation.php.
38
39
40
41                                February, 2022                 PLJOIN(3plplot)
Impressum