JMP 16.2: Multiple Fit Y By X CDF Plots Saved Into ppt?
I have scripted a Data Filter to a Data Table then using the Fit Y By X portal I am generating a cdf plot. Next I save that cdf to a ppt using the following code, Show Properties( cdf1 );
cdf1 << Save Presentation( "C:/Documents/CDF1.pptx" ); Next I repeat the process and generate cdf2 then save to a ppt, generate cdf3 then save to a ppt, etc..... Winding up with several individual ppts. Is there a...