Generating Graphs with a FOR loop and appending to a Lineup Box
JMP Pro 13. I have several graphs that I'm generating with a FOR loop. I'm attempting to append each looped graph to a lineup box. -The loop uses a list (CleanList) that is generated at another point in the script to define the Group X in the graph. But first I use that CleanName to create a filter and data subset so the graph for that loop uses only that data. -I hid some of the basic graph ...