JMP multiple XY plots in a grid without headings
Hello, I want to plot multiple XY graphs, representing steel defects over width (X) and length (Y).I want to arrange them in rows in a grid, by the coilnumber (product number).I use the following code:Names default to here( 1 );
Fit Group(
Graph Builder(
Size( 100, 300 ),
Show Control Panel( 0 ),
Show Legend( 0 ),
Show Title ( 0 ),
Variables( X( :PercentBr ), Y( :PercentLe ) ),
Eleme...
peter_caenen
jay_holavarri