Merging graphs in same window
Hello, I am running a loop that subsets a data table and plots a variability chart from the subset table. Script is something like below: //lot list is a string list...lot_count = Length( lot_list);For( i= 1, i <= lot_count, jj++,
subset a data table from main table depending on some criteria
do gymnastics with the subset table and plot a variablity chart); // for loop closed. At the end...