01-09-2024 03:03 AM
Hello
I'm trying to draw multiple plots on an XY graph, which would use same X axis, but with possible missing or extra data points than original X axis.
The X axis is a time stamp and the length of the axis should be the same for all plots, but some data points could be extra or missing.
Like this, except with multiple plots on the same axis.
Solved! Go to Solution.
01-09-2024 03:22 AM
Hello
What is your question? Where are your difficulties?
https://www.ni.com/docs/en-US/bundle/labview/page/xy-graphs.html
01-09-2024 03:37 AM
Thanks for the link, that helped.
For info: i had trouble getting multiple plots with different time points on the same X axis. Concatenating multiple clusters is the answer.
01-09-2024 04:14 AM
Hi AeroSoul,
@AeroSoul wrote:
Concatenating multiple clusters is the answer.
Building an array of plots is the answer. (You don't concatenate clusters…)
01-09-2024 05:22 AM
Just making the array of plots didn't work for me (broken wire to XY graph), i had to select "Concatenate inputs" in the Build array for it to work.
01-09-2024 05:51 AM - edited 01-09-2024 05:53 AM
Hi AeroSoul,
@AeroSoul wrote:
Just making the array of plots didn't work for me (broken wire to XY graph), i had to select "Concatenate inputs" in the Build array for it to work.
You still have to build an 1D array of plots, so you use BuildArray in concatenation mode. I wanted to emphasize on your wording as you don't "concatenate clusters"…