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

NAME

6       plfill - Draw filled polygon
7

SYNOPSIS

9       plfill(n, x, y)
10

DESCRIPTION

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  default  fill
14       style is a solid fill. The routine will automatically close the polygon
15       between the last and first vertices.  If multiple closed  polygons  are
16       passed in x and y then plfill(3plplot) 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, and 25.
21

ARGUMENTS

23       n (PLINT(3plplot), input)
24              Number of vertices in polygon.
25
26       x (PLFLT_VECTOR(3plplot), input)
27              A vector containing the x coordinates of vertices.
28
29       y (PLFLT_VECTOR(3plplot), input)
30              A vector containing the y coordinates of vertices.
31
32

AUTHORS

34       Many    developers   (who   are   credited   at   http://plplot.source
35       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
36       tory.
37

SEE ALSO

39       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
40       tion.php.
41
42
43
44                                 August, 2017                  PLFILL(3plplot)
Impressum