Requires: Base Development System
Graphs rows and columns of scatter graphs.
Note This VI appears on the block diagram when you add a XY Plot Matrix to the front panel. You can find the XY Plot Matrix on the Graph palette. |
2D Plot Class Obj Array in is a reference to the class that stores the data of the XY plot. | |
x matrix specifies the x-coordinates you want to plot. The number of columns in x matrix specifies the number of columns of individual graphs that generate when you run the VI. | |
y matrix specifies the y-coordinates you want to plot. The number of columns in y matrix specifies the number of rows of individual graphs that generate when you run the VI. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
2D Plotmatrix Class Obj Array out is the graph of the XY plot matrix. | |
error out contains error information. This output provides standard error out functionality. |
Refer to the XY Plot Matrix VI in the labview\examples\Controls and Indicators\Graphs and Charts\Math Plots - 2D directory for an example of using the XY Plot Matrix Helper VI.