Thanks!
I guess it could also be a solution. The question is whether I can pre define there everything I need.
So a follow up question - Where can I define the following:
1. Automatic recalc for X-Y plot & variability chart?
2. When I do fit spline -> other, is there a way that the Standardize X box would be checked by default?
I looked it up but couldn't find it.
Thanks
Bivariate(
Y( :y_column),
X( :x_column ),
group by(:group_column),
Automatic Recalc( 1 ),
Fit spline (0.1, Standardized, {Report(0)}),
SendToReport(
Dispatch(
{},
"Bivar Plot",
FrameBox,
{Marker Selection Mode( "Unselected Faded" ),
Row Legend(
legend_column,
Color( 1 ),
Color Theme( "JMP Default" ),
Marker( 0 ),
Marker Theme( "" ),
Continuous Scale( 0 ),
Reverse Scale( 0 ),
Excluded Rows( 0 )
)}
)
)
)