2D Feather Plot Helper VI

Requires: Base Development System

Graphs vectors that emanate from equally spaced points along a horizontal axis at zero. Multiple references to this VI generate multiple plots on the same graph.

Note  This VI appears on the block diagram when you add a Feather Plot to the front panel. You can find the Feather Plot on the Graph palette.

Example

Use the pull-down menu to select an instance of this VI.

Vector

2D Plot Class Obj Array in is a reference to the class that stores the data of the 2D plot.
x vector specifies the x-coordinates for the end points of the vectors that emanate from the horizontal axis.
y vector specifies the y-coordinates for the length of the vectors that emanate from the horizontal axis.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
2D Plot Class Obj Array out is the graph of the error bar plot.
error out contains error information. This output provides standard error out functionality.

Complex

2D Plot Class Obj Array in is a reference to the class that stores the data of the 2D plot.
z vector specifies a vector of complex numbers.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
2D Plot Class Obj Array out is the graph of the error bar plot.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Feather Plot VI in the labview\examples\Controls and Indicators\Graphs and Charts\Math Plots - 2D directory for an example of using the 2D Feather Plot Helper VI.

 Open example  Find related examples