Hi. I am trying to write a VI that will take columns of data stored in a 2D array and plot it with the first column being the x-coordinates and all subsequent columns (different parameters) of data being y-coordinates. The number of these parameters is determined by the user, but it could be as high as 128. I think that I need to write a for loop that will pair each column of y-coordinates with the column of x-coordinates in a cluster, and then create an array of clusters to be plotted with an xy graph, but I am not sure how to do this.
Also, it would be nice if each parameters could be its own color so they can be distinguished on the graph (each parameter is over 40,000 data points)
Thank you in advance!
-Pushrod