cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
MicroSheep
Level II

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 to generate the dashboard in the template.jmp or use some jmp.exe --ObscurePerfectInstruction but need some assistance. Thanks for the help!
1 REPLY 1

Re: How to combine and export plots from the terminal (Windows) or a jmp script?

>> My problem is that I'm unable to build the dashboard and export the result as an html file.

Can you provide more information? Is it:

  1. You don't know how to build the dashboard in JSL,
    1. Here's a link to an overview
  2. You don't know how to use JSL to output an html file, or
    1. obj << Save HTML() is what you're looking for (link here)
  3. something else?
    1. I get the feeling it's this category of help you're looking for. Any extra info you can provide should be helpful.

Recommended Articles