How to Dynamically Add Element Statements for a Graph using JSL
Hey guys I'm pretty new to JMP and JSL, but am pretty familiar with coding. I'm trying to create a JSL script that will take a list of parameters names (that I define in the "PlotVars" array) and then plot them all in separate plots on the same graph. I want this script to work regardless of how many parameters are defined in this array (in case I want to add or subtract parameters for each use)...