Add legend in Vscroll box
Hi, Is there a way to add graph legends for each plots in a separate Vscroll box so that way I can avoid the blank area between two plots? I have a dashboard and am trying to make the plots more visually appealing.Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
Variability Chart(
Y( :NPN1, :PNP1, :PNP2, :NPN2, :PNP3 ),
Model( "Main Effect" ),
X( :Wafer ID i
...