Actually, as Jim mentioned, this is exactly the stack that's being performed.
Data Table( "Table" ) << Stack(
columns( :X1, :Y1, :X2, :Y2 ),
Source Label Column( "Label" ),
Stacked Data Column( "Data" ),
Number of Series( 2 )
);
![12066_StackTableGBdt_v2.png 12066_StackTableGBdt_v2.png](https://community.jmp.com/t5/image/serverpage/image-id/3428iECBF7FA71543A9CB/image-size/medium?v=v2&px=400)
As for the Graph Builder, rearranging the parameters produces this:
Graph Builder(
Show Control Panel( 0 ),
Variables( X( :Data ), Y( :Data 2 ), Overlay( :Label 2 ) ),
Elements( Points( X, Y), Smoother( X, Y ) )
);
![12067_StackTableGB_v2.png 12067_StackTableGB_v2.png](https://community.jmp.com/t5/image/serverpage/image-id/3429i92762225D49197D2/image-size/medium?v=v2&px=400)
Of course you would have to relabel the "Data" (X1&X2) and "Data2" (Y1&Y2) columns accordingly..
PDB