cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

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

How to space between variables in histogram columns?

I built a histogram with three variables, I want them not to overlap each other on the X-axis but to be close one to other.

This is how it looks to me:

CohortMatrix221_1-1697378960159.png

 

 

Thanks for the help.

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How to space between variables in histogram columns?

I'm not sure if you can make side-by-side using distribution, but you can create binning column and then use bar chart (or try other grouping options such as Wrap, Group X or Group Y).

 

Create binning column. Using Cols menu is one option to do it

jthi_1-1697381810613.png

 

jthi_0-1697381795371.png

Then use this new column as your X-axis and create Bar Chart

jthi_2-1697381847110.png

 

-Jarmo

View solution in original post

2 REPLIES 2
jthi
Super User

Re: How to space between variables in histogram columns?

I'm not sure if you can make side-by-side using distribution, but you can create binning column and then use bar chart (or try other grouping options such as Wrap, Group X or Group Y).

 

Create binning column. Using Cols menu is one option to do it

jthi_1-1697381810613.png

 

jthi_0-1697381795371.png

Then use this new column as your X-axis and create Bar Chart

jthi_2-1697381847110.png

 

-Jarmo

Re: How to space between variables in histogram columns?

Thank you very much, looks great.

Recommended Articles