1PLJOIN(3plplot) PLplot API PLJOIN(3plplot)
2
3
4
6 pljoin - Draw a line between two points
7
9 pljoin(x1, y1, x2, y2)
10
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,14.
17
19 x1 (PLFLT, input)
20 x coordinate of first point.
21
22 y1 (PLFLT, input)
23 y coordinate of first point.
24
25 x2 (PLFLT, input)
26 x coordinate of second point.
27
28 y2 (PLFLT, input)
29 y coordinate of second point.
30
31
33 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
34 man page was automatically generated from the DocBook source of the
35 PLplot documentation, maintained by Alan W. Irwin and Rafael
36 Laboissiere.
37
39 PLplot documentation at http://plplot.sourceforge.net/resources.
40
41
42
43 July, 2010 PLJOIN(3plplot)