List Boxes; customizing # of plots per row
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...