How to combine and export plots from the terminal (Windows) or a jmp script?
Hello everyone,
I'm trying to combine a bunch of plots into a dashboard and later export that dashboard into an html file. Currently I modify a template.jmp using python and later execute the file using subprocess.call([r'C:\Program Files\SAS\JMP\16\jmp.exe',r'outputScript.jsl'])
My problem is that I'm unable to build the dashboard and export the result as an html file. I think I could add code ...