make all Bivariate plots into a column, rather than a row?
I have a single Y value and many X values I'm plotting and the resulting output is 100's of charts in a single row, needing to scroll left/right. I'm scripting it to plot the X values from a group of columns. How can I get this to display in a column instead? dtWIDE= current data table();
ERplot = Bivariate(
Y( :ER_avg),
X( dtWIDE<<get column group( "Step2" )),
<<{Arrange in Rows( 52 ), Order
...