1PLLINE3(3plplot) PLplot API PLLINE3(3plplot)
2
3
4
6 plline3 - Draw a line in 3 space
7
9 plline3(n, x, y, z)
10
12 Draws line in 3 space defined by n points in x, y, and z. You must
13 first set up the viewport, the 2d viewing window (in world coordi‐
14 nates), and the 3d normalized coordinate box. See x18c.c for more
15 info.
16
17 Redacted form: plline3(x, y, z)
18
19 This function is used in example 18.
20
22 n (PLINT(3plplot), input)
23 Number of points defining line.
24
25 x (PLFLT_VECTOR(3plplot), input)
26 A vector containing the x coordinates of points.
27
28 y (PLFLT_VECTOR(3plplot), input)
29 A vector containing the y coordinates of points.
30
31 z (PLFLT_VECTOR(3plplot), input)
32 A vector containing the z coordinates of points.
33
34
36 Many developers (who are credited at http://plplot.org/credits.php)
37 have contributed to PLplot over its long history.
38
40 PLplot documentation at http://plplot.org/documentation.php.
41
42
43
44 August, 2019 PLLINE3(3plplot)