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.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

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

Accessing JMP plots from Python

I have some team members that use JMP for analysis and plotting of some data. We have a set python tools that plan to take in the plots from JMP. We have been able to get the data tables from JMP in Python, but I don't see a way to bring in the plots directly. 

 

I'm referencing the Automation Reference pdf that comes with JMP. Anyone have any ideas?

1 REPLY 1

Re: Accessing JMP plots from Python

You can use SaveGraphicOutputAs to save a variety of formats (PNG, JPEG) to disk.  You can also use CopyToClipboard.  Almost all analysis platforms support these methods.  If you want the contents of actual graphs within reports, you'll need to use the display box commands like GetGraphicItemByType.  In this case you would ask for "PictureBox".  The Analysis VB example that ships with JMP under Samples\Automation has examples of using GetGraphicItemByType, although not with PictureBox specified.  The concept will be the same though.

 

Brian Corcoran

JMP Development

Recommended Articles