10-12-2012 05:49 AM
Hi everyone,
This is probably a basic question; but how can I make a waveform graph plot column data rather than row data?
I have a spreadsheetwith 6 columns/channels of data with about 120,000 rows (.lvm file)... I can transpose the 2D array to plot; but this screws with my logic when indexing the arrays etc...
Do I have to use the XY graph and manually make the plot?
Any replies greatly appreciated.
Thanks,
Jack
Solved! Go to Solution.
10-12-2012 07:33 AM
If you are wiring a 2D array into the graph, there is a right-click option on the graph to transpose the array for you.
10-12-2012 08:25 AM
Ahhhhh..... !
Transpose the plot; NOT the data...
Thank you... !