1PLFILL(3plplot) PLplot API PLFILL(3plplot)
2
3
4
6 plfill - Draw filled polygon
7
9 plfill(n, x, y)
10
12 Fills the polygon defined by the n points (x[i], y[i]) using the pat‐
13 tern defined by plpsty(3plplot) or plpat(3plplot). The routine will
14 automatically close the polygon between the last and first vertices.
15 If multiple closed polygons are passed in x and y then plfill(3plplot)
16 will fill in between them.
17
18 Redacted form: plfill(x,y)
19
20 This function is used in examples 12,13,15,16,21,24,25.
21
23 n (PLINT, input)
24 Number of vertices in polygon.
25
26 x (PLFLT *, input)
27 Pointer to array with x coordinates of vertices.
28
29 y (PLFLT *, input)
30 Pointer to array with y coordinates of vertices.
31
32
34 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
35 man page was automatically generated from the DocBook source of the
36 PLplot documentation, maintained by Alan W. Irwin and Rafael
37 Laboissiere.
38
40 PLplot documentation at http://plplot.sourceforge.net/resources.
41
42
43
44 July, 2010 PLFILL(3plplot)