05-21-2012 01:32 PM
My plot legend won't show the new names that I am wiring. It shows the default Plot 0, Plot 1, and so on, instead of the column headers it's supposed to read from the data file.
Any ideas? See the attached VI and the associated text file that I am trying to plot.
Solved! Go to Solution.
05-21-2012 01:39 PM
In the example you posted, your array for plot colors is empty so the for loop does not run.
05-21-2012 01:41 PM
A BIG THANK YOU!!