Connecting data points using JSL
Hi I am trying to connect data points within a graph in certain order (like creating diamond plot etc.). When I connect manually using line and export the script, I see that it used line function with (X,Y) coordinate. Can anyone please help me with1. I assume those (X,Y) are frame coordinate?2. Given 1. is true, How do I find out those (X,Y) using JSL? More specifically, need to know the syntax o...