What is the meaning of numerical arguments in Legend or Overlay functions?
Hi,I am a newbie to JSL. I am very confusing about the argument values of legend and overlay functions in Graph Builder. For example, 19-21 and 25-27 in the following script. When I change these values, the graph seems no changes. Besides, I found "Overlay( 0 )" in some scripts. What are the meaning of these values? Thanks a lot in advance! dt = Open("$SAMPLE_DATA/Hybrid Fuel Economy.jmp"); dt <...