07-11-2018 05:50 AM
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.
Solved! Go to Solution.
07-11-2018 07:32 AM - edited 07-11-2018 07:35 AM
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.
Hope that helps.
07-11-2018 09:51 AM
Help -> Find Examples -> Search "xy graph" -> "XY Graph Data Types.vi"
this has all variations of how to put data into xy-graph