cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

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

How can I fix the decimal place in Y-axis in control chart builder?

I have a problem to fix the decimal place in Y-axis label.

Here is my problem.

1. I want to get two decimal places in Y-axis label.

2. I set the decimal place using Axis setting, and selected Fixed Dec with Dec=2

3. And then, graph was applied with 2 deciaml places.

4. After the confirmation, I saved setting and scritp was also confirmed.

5. Close the window, and re-run the script, the decimal place was back to 0. But in script, I can find that the code with with 2 dec.

 

How can I fix the decimal places like this situation?

Please help me.

 

Thank you in advance.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
SamGardner
Level VII

Re: How can I fix the decimal place in Y-axis in control chart builder?

This is a known issue, and there is currently not a way to fix the decimal places for the display of the labels on the chart.  An existing wishlist item requesting this capability and this is being addressed by development.  https://community.jmp.com/t5/JMP-Wish-List/Fix-issue-with-variable-number-of-decimals-shown-in-the-U...

 

 

View solution in original post

4 REPLIES 4
txnelson
Super User

Re: How can I fix the decimal place in Y-axis in control chart builder?

Try changing the format in the data table for your X axis column to have 2 decimal places.  That may do the trick.

Jim

Re: How can I fix the decimal place in Y-axis in control chart builder?

I also tried it, but it cannot work.. but thank you for your advice.

David_Burnham
Super User (Alumni)

Re: How can I fix the decimal place in Y-axis in control chart builder?

I wasn't able to reproduce this ... I wonder if it is dependent of the version of JMP ... what version are you running?

-Dave
SamGardner
Level VII

Re: How can I fix the decimal place in Y-axis in control chart builder?

This is a known issue, and there is currently not a way to fix the decimal places for the display of the labels on the chart.  An existing wishlist item requesting this capability and this is being addressed by development.  https://community.jmp.com/t5/JMP-Wish-List/Fix-issue-with-variable-number-of-decimals-shown-in-the-U...

 

 

Recommended Articles