LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multible plots on xy-graph?

I have three amplitude values to be set on y-axis (min, max, average) and distance to the x-axis. How can i make this.

I have tried to merge amplitudes and set them to the y-input of an express xy-graph and distance to the x-input, but i get only one plot (average). If i use normal waveform graph i get all three plots, but i can´t set distance to x-axis.

Thanks and merry X-mas to all of you!
0 Kudos
Message 1 of 2
(2,609 Views)
There are two ways to do it. You can bundle an array of X values with the array of Y values and then build an array of such clusters, OR you can bundle the X and Y values so that you have an array of XY clusters and bundle the whole array to get a cluster with that array and then build an array of the different clusters(puh...)

You can find an example if you search for XY in the find example function; the XY graph.vi
0 Kudos
Message 2 of 2
(2,609 Views)