Hello users,
How do I remove graph summary statistics using JSL?
This is the ouput.

Here is the desired output:

I want to do this using JSL. Here is my simple JSL script to generate the graph from Big Class.JMP data:
dt = Open("C:\users\...........\Big Class.JMP");
dt1 = Logistic( Y( :sex ), X( :height ) );
Thanks.