1PLLINE(3plplot) PLplot API PLLINE(3plplot)
2
3
4
6 plline - Draw a line
7
9 plline(n, x, y)
10
12 Draws line defined by n points in x and y.
13
14 Redacted form: plline(x, y)
15
16 This function is used in examples 1, 3, 4, 9, 12-14, 16, 18, 20, 22,
17 25-27, and 29.
18
20 n (PLINT(3plplot), input)
21 Number of points defining line.
22
23 x (PLFLT_VECTOR(3plplot), input)
24 A vector containing the x coordinates of points.
25
26 y (PLFLT_VECTOR(3plplot), input)
27 A vector containing the y coordinates of points.
28
29
31 Many developers (who are credited at http://plplot.source‐
32 forge.net/credits.php) have contributed to PLplot over its long his‐
33 tory.
34
36 PLplot documentation at http://plplot.sourceforge.net/documenta‐
37 tion.php.
38
39
40
41 August, 2017 PLLINE(3plplot)