JMP slows to a stop when building many graphs using JSL
I am working on a script that will create many graphs, determine a regression fit for each graph, and then save all the regression coefficients to a table. The script performs that actions that I want, but comes to a grinding halt as the number of columns to evaluate increases. The script seems to retain the plots and generated panels in the background that are created within the For loop even whe...