How to pass Y variable in Graph Builder from a List in JSL?
The example script below does what I need for a fixed small number of parameters which I want to plot on the Y-axis. How to automate this for a list which is supplied to Y from above?(The X variable/column remains fixed but the number of elements going to Y can change and is supplied from a another script)Names Default To Here (1);
Clear Log ();
dt = open("$sample_data\Big Class.jmp");
y_values =
...