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

Can I sort the X axis by wait time while keeping the axis display as it is ?

Hi,

 

I have collected some measurement data on several unit IDs but instead of sorting it by unit ID (like the chart below), I would like to sort it by the wait time while keeping the unit IDs in the X axis display as it is. Is there a way to do so in JMP ?

XiangCD_MP_User_0-1661762082996.png

 

 

 

Regards,

CD

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: Can I sort the X axis by wait time while keeping the axis display as it is ?

If you order the data table by wait time, and then set the Value Order Column Property to Row Order Levels

txnelson_0-1661768943949.png

The order of the Units axis will be determined by the order of the Wait Times found in the data table

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: Can I sort the X axis by wait time while keeping the axis display as it is ?

If you order the data table by wait time, and then set the Value Order Column Property to Row Order Levels

txnelson_0-1661768943949.png

The order of the Units axis will be determined by the order of the Wait Times found in the data table

Jim

Re: Can I sort the X axis by wait time while keeping the axis display as it is ?

Great ! I thought so too. Thanks Jim! 

Recommended Articles