cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • 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!
  • See how to use the JMP Marketplace – Free tools to expand JMP capabilities. Register. July 10, 2 pm US Eastern Time.

Discussions

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

How to make the histogram more intuitive?

I use the distribution command to get a histogram for a column of data.

There are two problems:

firstly, after fitting the distribution, the distribution curve is not displayed completely, the upper part of the curve is truncated and you need to manually drag and drop the axes to see it;

secondly, after adding the upper and lower limits, you need to manually drag and drop to see it.

How to fix these problems automatically with JSL.

 

Many thanks!!!

 

1 ACCEPTED SOLUTION

Accepted Solutions
Byron_JMP
Staff

Re: How to make the histogram more intuitive?

A really simple solution would be to edit the column property, axis settings. 

For the column of interest you could set the min and max axis to just a little outside your spec limits.

 

If you had to do this for a lot of columns, then a little JSL could help. In this case you could add the axis settings' min and max as the lower and upper spec limit.    Check the scripting index for some examples.  (Help>Scripting index)

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

View solution in original post

1 REPLY 1
Byron_JMP
Staff

Re: How to make the histogram more intuitive?

A really simple solution would be to edit the column property, axis settings. 

For the column of interest you could set the min and max axis to just a little outside your spec limits.

 

If you had to do this for a lot of columns, then a little JSL could help. In this case you could add the axis settings' min and max as the lower and upper spec limit.    Check the scripting index for some examples.  (Help>Scripting index)

 

JMP Systems Engineer, Health and Life Sciences (Pharma)

Recommended Articles