JSL - Adding a horizontal line (from a variable) to a plot
I am trying to add a horizonal line to a plot that I have made where the hieght of the line is a variable in the JSL (based on statitical calucations. So for example: test_here = temp << Graph Builder( Size( 534, 448), Show Control Panel(0), Variables( X( :Panels), Y( :Score), Color (:Code)), Elements( Points(X,Y,Legend(24), Jitter(0))) ); // Want to add the line Y = upper_bound <...