Provided by: plplot-doc_5.10.0-0ubuntu5_all
NAME
plfill - Draw filled polygon
SYNOPSIS
plfill(n, x, y)
DESCRIPTION
Fills the polygon defined by the n points (x[i], y[i]) using the pattern defined by plpsty(3plplot) or plpat(3plplot). The default fill style is a solid fill. The routine will automatically close the polygon between the last and first vertices. If multiple closed polygons are passed in x and y then plfill(3plplot) will fill in between them. Redacted form: plfill(x,y) This function is used in examples 12,13,15,16,21,24,25.
ARGUMENTS
n (PLINT, input) Number of vertices in polygon. x (const PLFLT *, input) Pointer to array with x coordinates of vertices. y (const PLFLT *, input) Pointer to array with y coordinates of vertices.
AUTHORS
Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to PLplot over its long history.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/documentation.php. February, 2014 PLFILL(3plplot)