Hello,
When using the following script, the window will produce a single column of plots.
pltx=dtnm<<(Bivariate(
Y( :Name( "|id|" ),:Name( "|ib|" ), :Name( "|ig|" )),
X( :vg ),
By( :device, :tdegc, :wid, :len, :str, :vd, :vb )));
I am interested in knowing of methods to produce a window that has the three dependent variables in side by side fashion for the given 'By' variables, and with the next row in the window will be same three graphs for the next combination of the 'By' variables.
I can envision using a loop to do this, but I am wondering if there is or are other options.
Thanks,
John