debian man page for plfill

Query: plfill

OS: debian

Section: 3plplot

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLFILL(3plplot) 						    PLplot API							   PLFILL(3plplot)

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 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 (PLFLT *, input) Pointer to array with x coordinates of vertices. y (PLFLT *, input) Pointer to array with y coordinates of vertices.
AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLFILL(3plplot)
Related Man Pages
plgxax(3plplot) - debian
plinit(3plplot) - debian
plpoly3(3plplot) - debian
plsxax(3plplot) - debian
plsyax(3plplot) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph