LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array of Graphs

Solved!
Go to solution

I've created a 1D array of XY graphs and to make it viewer friendly, I'd like to break in up into two columns (if I have 6 plots, I'd like to see them as a 3x2 array instead of a 6x1). The algorithm works fine, I've tried with other data types, but LabVIEW doesn't want to initialize and array full of clusters. Is there a way around that? Any other ideas to make a large number of plots more readable?

 

Andrew

 

 

Andrew
0 Kudos
Message 1 of 3
(4,779 Views)
Solution
Accepted by topic author arcranda

Hope this helps. One thing to keep in mind while using arrays of clustered graphs is that each graph must maintain the exact same properties - including the same scales! This means it's often necessary to normalize all plots, say from -1 to 1, or 0 to 1, so that they all conform. If you're lucky, all graphs will be using the same units on the same range, so no worries!

 

ArrayError.png

Message 2 of 3
(4,772 Views)

Perfect, Jack - thanks! LabVIEW doesn't do arrays of arrays...I should have known better.

 

If I could I would have given you two kudos - one for the solution and one for doing it on a Friday night Smiley Wink

Andrew
0 Kudos
Message 3 of 3
(4,747 Views)