| 
	    plline
	  ( | n, | 
| x, | |
| y ); | 
      Draws line defined by nxy
n
	  (PLINTNumber of points defining line.
x
	  (PLFLT_VECTORA vector containing the x coordinates of points.
y
	  (PLFLT_VECTORA vector containing the y coordinates of points.
      Redacted form: plline(x, y)
    
This function is used in examples 1, 3, 4, 9, 12-14, 16, 18, 20, 22, 25-27, and 29.