LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Building multiple plots on a single XY graph

Solved!
Go to solution

grafik.png

I'm trying to build multiple plots on a single XY graph and I tried to "Represent each XY data point in a cluster. Then, create an array of these clusters to represent an entire data set. This method makes it possible to display multiple data sets on a single XY graph." but no this is not accepting. With one cluster, everything is okay, but with two, its not happening.

0 Kudos
Message 1 of 3
(5,066 Views)
Solution
Accepted by topic author dilge

Looking at what you have, I think you are very close. You need to use the build array function instead.

 

I think this is what you're after, bundle your X and Y pairs together, then build an array of that.

 

MultipleCurvesXYGraph.png

Hope that helps.

0 Kudos
Message 2 of 3
(5,047 Views)
Solution
Accepted by topic author dilge

Help -> Find Examples -> Search "xy graph" -> "XY Graph Data Types.vi"

this has all variations of how to put data into xy-graph


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 3 of 3
(5,035 Views)