3D Line Plot Setup
- Updated2025-07-30
- 2 minute(s) read
Plots a line or curve in terms of x, y, and z points. This VI has three 1D array inputs that specify each point on the line or curve.

Inputs/Outputs
color vector
—
color vector maps each point in the z vector to a color index on the color ramp. By default, the values of the z vector are used as the index.
plots in
—
plots in is a reference to the class that stores the data of the 3D plot. This input allows you to wire multiple plots.
x vector
—
x vector is a 1D array that specifies the x-coordinates of the points on the plot.
y vector
—
y vector is a 1D array that specifies the y-coordinates of the points on the plot.
z vector
—
z vector is a 1D array that specifies the z-coordinates of the points on the plot. The x and y vectors shift the set of data in the z vector.
plot ID
—
plot ID specifies the index of the plot you want to graph.
plots out
—
plots out is the graph of the 3D plot. |
color vector
—
plots in
—
plot ID
—
plots out
—