
plfill: Draw filled polygon 

DESCRIPTION:

    This function is used in examples 12,13,15,16,21,24,25. 

SYNOPSIS:

plfill(n, x, y)

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. 
