I can read in the data from the excel file, but can't figure out how to use it to name the plots. I'm creating and naming the plots in State.SetDefaults
I read in the data in State.Configure, which is too late to use the imported array of names.
Is there a sequence I can use to read in the data from excel and then either use this name in AddPlot or rename the Plot after I import the data?

Comment