It might be more straightforward to just save the graphic you want and then pick it back up with the other program
//run this again Abrasion.jmp from the sample data
obj=Distribution(
Continuous Distribution(
Column( :Abrasion ),
PpK Capability Labeling( 1 ),
Customize Summary Statistics( N Missing( 1 ), N Unique( 1 ) )
)
);
r = obj << Report;
//three ways to get a picture
bb2 = r[border box (2)] <<Get Picture;
bb2 = r[border box (2)] <<Save Capture( "/Users/bywing/Downloads/eraseme.png",png);
bb2 = r[border box (2)] <<Save Picture( "/Users/bywing/Downloads/eraseme.png",png);
I'm interested in trying to get this idea of pasting an graphic to the clipboard and picking it up with something else.
I've used this expression to copy a data table to the clipboard:
main menu("Copy With Column Names")
I tried this approach to get the image, but it doesn't seem to work.
bb2 = r[border box (2)] << select;
current window()<<main menu ("Copy");
When I past this, I just get the evaluated expression, not the image.
JMP Systems Engineer, Health and Life Sciences (Pharma)