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 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