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
lisamaley
Level IV

X axis for Control Chart Builder JMP 19

lisamaley_0-1761670386185.png

When I use the control chart builder in JMP 19, the X axis is not adjusting to the correct order.  I even tried Value order on and off and it does not make a difference

lisamaley_1-1761670445086.png

Why isn't the x axis changing to the correct order?  I am on a MacBook, but it also does it on Windows.

5 REPLIES 5
jthi
Super User

Re: X axis for Control Chart Builder JMP 19

Seems like you have to enable Sort by Subgroup in JMP19 

jthi_0-1761672716453.png

 

-Jarmo
lisamaley
Level IV

Re: X axis for Control Chart Builder JMP 19

Thank you!  I found it in preferences.  I have used JMP since JMP 4 and have never had to do this before.  

jthi
Super User

Re: X axis for Control Chart Builder JMP 19

Yeah, having to do this is a bit weird and it isn't the only change I would consider weird that came with JMP19.

-Jarmo
statman
Super User

Re: X axis for Control Chart Builder JMP 19

Hey Lisa, was your data table sorted by "run order" when you did the MR, X chart?

I am saddened that the developers removed the "Legacy" control charts...being a user since JMP 1.

"All models are wrong, some are useful" G.E.P. Box
txnelson
Super User

Re: X axis for Control Chart Builder JMP 19

The legacy control charts are still there,.  You have to call them using JSL.

names default to here(1);

dt= open("$SAMPLE_DATA/semiconductor capability.jmp");

dt << Control Chart( );
Jim

Recommended Articles