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

NAME

6       plline - Draw a line
7

SYNOPSIS

9       plline(n, x, y)
10

DESCRIPTION

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

ARGUMENTS

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

AUTHORS

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

SEE ALSO

35       PLplot documentation at http://plplot.org/documentation.php.
36
37
38
39                                 August, 2019                  PLLINE(3plplot)
Impressum