Using a For Loop with X by Y plot
I am trying to recreate the script below using a loop (this script works, but I would like it to run as a loop so that it treats each data set the same way):
bivariate(
Y( :name( "1st Thickness PST" ) ),
X( :site ),
By( :Lot ),
Fit Where( :Slot_id == 1, Fit Each Value( {Line Color( {213, 72, 87} )} ) ),
Fit Where( :Slot_id == 2, Fit Each Value( {Line Color( {57, 177, 67} )} ) ),
Fit Where( :Slo...
jerseygirl
david_w_westall