Add reference line to distribution plot
Hi, I want to add a reference line in the distribution plots. The reference values are stored in the second file "Reference data table"Here's my code: It doesn't works on histogram plots but works on Var charts. Any advice would be appreciated Names Default To Here( 1 );
dt1 = Data table( "Reference data table.jmp");
dt2 = Current Data Table();
Col_List = dt2 << Get Column Group( "Tests" );
...