JSL: How to add graph to an existing window
Hi, I am using JSL to plot with graph builder.
Every graph usally created in a seperate window which opens too many window.
I want to put each graph into the same window then close the new created window.
Below are my draft jsl, can anyone help me to make it work?
Thank you.
WW1 = New Window( "graph1", Graph Builder() );
Window( "graph1" ) << Close Window();
WW2 = New Window( "graph2", Graph
...