how to fix graph size when add multiple graphs in single window?
Hello,I use For loop to create graph size (800,800) and add to the same window. When test the script only for one graph, size is correct. When added multiple graphs in single window, it will adjust y automatically and it is too narrow to review the data. Could you please advise how to fix graph size when add to the single window?Thank you. nw= New Window("Report");
For(j = 1, j <= nitems(mylist)
...