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 move from signal modeling to system modeling at the first JMP Aerospace Analytics webinar. Register. June 18, 1 p.m. US Eastern Time.

Discussions

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

Script Graph Element Summary Statistics

Using JMP 17.1.

 

How can I send a message to, say, the Points element of my Graph Builder to change the summary statistics from one to another (like Range to Standard Deviation)?  It should come down to properly referencing the Points, right?  Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
mmarchandTSI
Level V

Re: Script Graph Element Summary Statistics

I just found this in the Scripting Index.

 

gb << Update Element( 1, 1, 1, {Summary Statistic( "Mean" ), Error Bars( "Range" )} );

Sometimes things are obvious when you come back to them the next morning.

View solution in original post

1 REPLY 1
mmarchandTSI
Level V

Re: Script Graph Element Summary Statistics

I just found this in the Scripting Index.

 

gb << Update Element( 1, 1, 1, {Summary Statistic( "Mean" ), Error Bars( "Range" )} );

Sometimes things are obvious when you come back to them the next morning.

Recommended Articles