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
opti1232d
Level I

Overlay groups data into groups of 4. I want groups of 1.

I have 10,000 to 15,000 lines of data that looks like    

peel     extention     load
1          0.0               0.0

1          0.5               1.1

1          1.0               3.3

1          ....                .....

2          0.0               0.0 

2          0.5               1.1

2          1.0               3.3

2          ....                .....

...         ....                .....

When I use graph builder and use peel as the overlay it groups them into groups of four.

I want to see all 20 and not 1-4   4-8   8-12  12-16  16-20

1 ACCEPTED SOLUTION

Accepted Solutions
ms
Super User (Alumni) ms
Super User (Alumni)

Re: Overlay groups data into groups of 4. I want groups of 1.

JMP does that automatically with numeric variables. Try to set peel to chategorical or ordinal.

View solution in original post

2 REPLIES 2
ms
Super User (Alumni) ms
Super User (Alumni)

Re: Overlay groups data into groups of 4. I want groups of 1.

JMP does that automatically with numeric variables. Try to set peel to chategorical or ordinal.

opti1232d
Level I

Re: Overlay groups data into groups of 4. I want groups of 1.

I changed it to nominal and it worked perfect!   Thank you so much MS!

Recommended Articles