cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
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