cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Grand mean - Round value on chart

Hey JMP Commuity!

I'm trying to find a way to get the grand mean that's shown on a variability chart to show to either a whole number or to one decimal place. 

I've tried formatting column properties as I've read this is related to the displayed mean (tried multiple options but mainly precision) but no luck!

I've also read about the rounding function, but my understanding is this only works when you specify the number - is there a way to do this for a grand mean? I'm also not very savvy with the code so I'm not entirely sure where in my script this would go.

 

Any help would be greatly appreciated!

Thanks, 

Anna

1 REPLY 1
jthi
Super User

Re: Grand mean - Round value on chart

If I remember correctly that Avg text in variability charts has been built in fairly annoying way and manipulating it isn't that simple. It is in its own framebox and is using CustomStreamSeg which isn't documented segment.

 

You can slightly modify the rounding using Fixed Dec formatting (no idea how JMP determines what to show in the Avg)

Best:

jthi_0-1724928838473.png

Fixed Dec

jthi_1-1724928855763.png

So if this is enough I would try it first.

-Jarmo

Recommended Articles