LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple simultaneous plots on xy chart

Hello everyone,
I have a bit of a problem with the xy charts. What I would like to do is plot an xy chart where I want 3 thickness measurements vs ang displ at the same time.
The 3 measurements are acquired at the same time and need to be plotted against the common x-axis.

I have tried several things like building arrays, creating clusters but I cant get it to work. Is there a specific way to do this or perhaps using another chart?

Any help is greatly appreciated.
0 Kudos
Message 1 of 2
(2,537 Views)
To plot n graphs with a common x, build n clusters with x and y(i) (i = 1 to n), then assemble the n clusters in a single array and wire to the xy graph indicator.
Chilly Charly    (aka CC)
Message 2 of 2
(2,537 Views)