Can I add a custom image as background in JMP graphics?
I don't think this is it?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp");
p1=dt<< Graph Builder(
Variables( X( :weight ), Y( :height ) ),
Elements( Line( X, Y, Legend( 5 ) ) )
);