[JSL] add reference lines in graph builder with formula
Hi,I am fairly new to JMP and I would like to be able to add variable references lines based on formula in the graph builder.When I plot the Y with several X (groups), I would like to generate for each X in graph builder:- 2 lines with the formula (Mean-4*Std ; Mean+4*Std)- Fill the range with a color - Label with the value on each line I tried to add these lines in JSL but without success. The f...