JSL scripting question: How to put charts together into one same output
Hi all,I am new to JSL scripting.I have few column data to be chosen by user for analysis. The code I written will generate several graphs equal to columns chosen.May I know how to combine all the graphs into one output? Can anybody help to provide me the code/syntax?Code (I discarded those variable passing routines):For(i=1,i<=tot_entry,i++,MyDist=Distribution( Continuous Distribution( Column (...