cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

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

How can I access the code from the graph builder?

I am looking to access the code from the graph builder. How can this be done?

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: How can I access the code from the graph builder?

Click on the red triangle and select

     Save Script

 

The script it will provide will allow you to regenerate the Graph Builder output you generated interactively.

 

If you are looking for the actual source code for the Graph Builder Platform, JMP source code is proprietary and not available.

    

Jim

View solution in original post

3 REPLIES 3

Re: How can I access the code from the graph builder?

To what 'code' are you referring?

txnelson
Super User

Re: How can I access the code from the graph builder?

Click on the red triangle and select

     Save Script

 

The script it will provide will allow you to regenerate the Graph Builder output you generated interactively.

 

If you are looking for the actual source code for the Graph Builder Platform, JMP source code is proprietary and not available.

    

Jim
Andyon98
Level II

Re: How can I access the code from the graph builder?

Thank you, I was looking for the regenerated Graph Builder output! 

Recommended Articles