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!
Go to Solution
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