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
ARETI052
Level III

Normalizing the Y-Axis on the Compare Densities Plot

Hello,

 

Is it possible to get this graph scaled so that the Y-axis ranges from 0-100%? In other words, I want to have 4 overlaying PDF curves in the same graph.

 

Thanks!

ARETI052_0-1718912626113.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
MathStatChem
Level VII

Re: Normalizing the Y-Axis on the Compare Densities Plot

It is unclear what it is you want to do.  The plot shown is a plot of the kernel density estimates of the PDF (the area under each curve is 1).  

 

If you want the Y-axis to be in percent, right-click the axis and change the format to percent.  

 

If want all of the response values be on a common percent scale, e.g.

Y_scaled = (Y - Low L) / (High L - Low L), then you should do that transformation in the data table and then run the analysis on the scaled variable.  

View solution in original post

1 REPLY 1
MathStatChem
Level VII

Re: Normalizing the Y-Axis on the Compare Densities Plot

It is unclear what it is you want to do.  The plot shown is a plot of the kernel density estimates of the PDF (the area under each curve is 1).  

 

If you want the Y-axis to be in percent, right-click the axis and change the format to percent.  

 

If want all of the response values be on a common percent scale, e.g.

Y_scaled = (Y - Low L) / (High L - Low L), then you should do that transformation in the data table and then run the analysis on the scaled variable.  

Recommended Articles