PLLINE(3plplot) | PLplot API | PLLINE(3plplot) |
NAME¶
plline - Draw a lineSYNOPSIS¶
plline(n, x, y)DESCRIPTION¶
Draws line defined by n points in x and y.Redacted form: plline(x, y)
This function is used in examples 1,3,4,9,12-14,16,18,20,22,25-27,29.
ARGUMENTS¶
- n (PLINT, input)
- Number of points defining line.
- x (const PLFLT *, input)
- Pointer to array with x coordinates of points.
- y (const PLFLT *, input)
- Pointer to array with y coordinates of points.
AUTHORS¶
Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to PLplot over its long history.SEE ALSO¶
PLplot documentation at http://plplot.sourceforge.net/documentation.php.September, 2016 |