Conditional Bivariate Fit Customization Script Based on Group By Column
Hi, I am relatively new to JMP and am using the bivariate plot platform to generate a list of bivariate plots from a dataset. I started using an auto-generated JSL script to add identical axis and legend settings to all plots as seen below:Bivariate(
Y( :PeakValue ),
X( :"Duration (s)"n ),
By( :Checker Name ),
SendToReport(
Dispatch(
{},
"Duration (s)",
ScaleBox,
{Scale( "Log" ),
...