11-05-2010 06:01 PM
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
Solved! Go to Solution.
11-05-2010 06:54 PM
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!
11-06-2010 09:16 AM
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 ![]()