plline3(3) 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 (const PLFLT *, input)
Pointer to array with x coordinates of points.
y (const PLFLT *, input)
Pointer to array with y coordinates of points.
z (const PLFLT *, input)
Pointer to array with z coordinates of points.

AUTHORS

Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to PLplot over its long history.