| 
	    plfill
	  ( | n, | 
| x, | |
| y ); | 
      Fills the polygon defined by the
      n( using the pattern defined by
      x[i],
      y[i])plpsty or plpat.  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 xyplfill will
      fill in between them.
    
n
	  (PLINTNumber of vertices in polygon.
x
	  (PLFLT_VECTORA vector containing the x coordinates of vertices.
y
	  (PLFLT_VECTORA vector containing the y coordinates of vertices.
      Redacted form: plfill(x,y)
    
This function is used in examples 12, 13, 15, 16, 21, 24, and 25.