points on graph not color coded according to legend
I am running into a different issue. I made the variability plots and normal quantile plots so that the points on the graph appear highlighed and color coded according to the legend category but every legend category has turned into a blob of black dots. How can I fix this issue? current data table(dt);
dt<<bring window to front;
colNameList=dt<< Get Column Names();
vlb=V list Box();
j2=New ...
jay_holavarri