Append Graphs into the new window
my data has 2 groups of input data which I store it under column "Source Table".Then, I write the for loop to plot graphs and set local filter from the source table. The individual plots turn out correct however, in the new window where I try to append the plot, the plots don't have the local filter applied. New Window( "Plot", tb = tab Box() );
For( i = 1, i <= N Items( list ), i++,
obj = Gra...
vince_faller