PDA

View Full Version : JMP: save graphical output of a distribution using JSL



johnv20
11-07-2008, 04:20 AM
Hi,

I have a JSL script creating a distribution as shown below, does anyone know how to save the graphical output of this when it runs to a jpg or other type of file ?

Distribution(
Stack( 1 ),
Continuous Distribution(
Column( :test col ),
Horizontal Layout( 1 ),
Vertical( 0 ),
Capability Analysis(
LSL( 1000 ),
USL( 5000 ),
Target( 2000 )
)
)
);