cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

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

How to multiply Y-Axis by 100?

I am currently using Variability Chart in JMP 15. And one of the requirement is to multiply its Y-Axis by 100. Is it possible to multiply the Y-Axis by 100? How to do it?

2 REPLIES 2
txnelson
Super User

Re: How to multiply Y-Axis by 100?

Chance are your data percentages, and JMP is displaying them a .01, .02 etc. and you want them to be 1%, 2% etc?  If that is the case, just change the format for the column in the data table, to use the Percent format, and the values will be displayed as 1%, 2% etc.

Jim
markschahl
Level VI

Re: How to multiply Y-Axis by 100?

As always, Jim's (@txnelson) solution is a good one.

I just wanted to point out a little feature that a lot of JMP users don't know exists. Here's the JMP17 help, and should work in JMP15: 
In Platform Column Transformation

Instead of analyzing the column directly, make a 100*column transform and analyze that.

Once I learned about this, I couldn't stop using it! Teaching this to other users always elicits the 'OMG, I didn't know you could do that!' response.

Recommended Articles