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,25-27.
17
19 n (PLINT, input)
20 Number of points defining line.
21
22 x (PLFLT *, input)
23 Pointer to array with x coordinates of points.
24
25 y (PLFLT *, input)
26 Pointer to array with y coordinates of points.
27
28
30 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
31 man page was automatically generated from the DocBook source of the
32 PLplot documentation, maintained by Alan W. Irwin and Rafael
33 Laboissiere.
34
36 PLplot documentation at http://plplot.sourceforge.net/resources.
37
38
39
40 March, 2007 PLLINE(3plplot)