Get a question box to adjust y-axis (JMP v. 16)
Hi all, I want to make variability charts through my dataset. Here I have written the script below which does that. However, I would like to have a box show up and ask for y-axis limits for each of these charts. Then I can write min and max for the y-axis in the question box and it will adjust to this. Is that possible to do in JSL? Names Default To Here(1);
sd = currentdatatable();
Fitmod = {};
...