debian man page for plline3

Query: plline3

OS: debian

Section: 3plplot

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PLLINE3(3plplot)						    PLplot API							  PLLINE3(3plplot)

NAME
plline3 - Draw a line in 3 space
SYNOPSIS
plline3(n, x, y, z)
DESCRIPTION
Draws line in 3 space defined by n points in x, y, and z. You must first set up the viewport, the 2d viewing window (in world coordinates), and the 3d normalized coordinate box. See x18c.c for more info. Redacted form: plline3(x, y, z) This function is used in example 18.
ARGUMENTS
n (PLINT, input) Number of points defining line. x (PLFLT *, input) Pointer to array with x coordinates of points. y (PLFLT *, input) Pointer to array with y coordinates of points. z (PLFLT *, input) Pointer to array with z coordinates of points.
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.
SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLLINE3(3plplot)
Related Man Pages
plcalc_world(3plplot) - debian
plpoly3(3plplot) - debian
plptex(3plplot) - debian
plptex3(3plplot) - debian
plsvpa(3plplot) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?