.\" This page was automatically generated. Do not edit! .\" .TH PLLINE 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplline\fP - Draw a line .SH SYNOPSIS \fBplline\fP(\fIn\fP, \fIx\fP, \fIy\fP) .SH DESCRIPTION .P Draws line defined by \fIn\fP points in \fIx\fP and \fIy\fP. .P Redacted form: \fBplline(x, y)\fP .P This function is used in examples 1,3,4,9,12-14,16,18,20,22,25-27,29. .SH ARGUMENTS .TP \fIn\fP (PLINT, input) Number of points defining line. .TP \fIx\fP (PLFLT *, input) Pointer to array with x coordinates of points. .TP \fIy\fP (PLFLT *, input) Pointer to array with y coordinates of points. .SH 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. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.