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!
  • 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
winfriedkoch0
Level IV

How can I generate a scatterplot with log-transformed scales on the axes?

I want to generate a scatterplot for two continuous variables. As each of these variables has a few outlying observations, the scatterplot should have log-transformed axes but with the original variable values as tick marks,

1 ACCEPTED SOLUTION

Accepted Solutions
Craige_Hales
Super User

Re: How can I generate a scatterplot with log-transformed scales on the axes?

Make the scatterplot, then double-click each axis to get the axis dialog. On the left-hand side of the dialog you can choose the log transform.

If you need a scripted solution, use the red triangle to save the script; you'll see the log transform command in the script.

There are a bunch of options to control the appearance of the axis, and a preview.There are a bunch of options to control the appearance of the axis, and a preview.

 

Craige

View solution in original post

2 REPLIES 2
Craige_Hales
Super User

Re: How can I generate a scatterplot with log-transformed scales on the axes?

Make the scatterplot, then double-click each axis to get the axis dialog. On the left-hand side of the dialog you can choose the log transform.

If you need a scripted solution, use the red triangle to save the script; you'll see the log transform command in the script.

There are a bunch of options to control the appearance of the axis, and a preview.There are a bunch of options to control the appearance of the axis, and a preview.

 

Craige
winfriedkoch0
Level IV

Re: How can I generate a scatterplot with log-transformed scales on the axes?

Dear Craige,

Thank you very much for your excellent hint which is a perfect solution for my problem.

 

Best Regards

 

Winfried

Recommended Articles