I'm trying to plot 12 series of data on one scatter plot. I've found examples of multiple series, but only with 1 x value column and 2 y value columns. Is it possible to have 12 x value columns and 12 y value columns? Is that even the way to go about doing it?
I tried to avoid the series issue by plotting them all together and then using an array for the color field, but it wouldn't accept my array of colors.