cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Use World Cup data to build models, explore spatial relationships, and create informative visualizations in JMP. Register. July 17, 2 pm US Eastern Time.
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

Graph Builder Bar Charts

Hello everybody,

I would like to visualize data in a bar chart. I´ve got defined values for the start point and the range (length) of every bar. See files attached.

Is it possible to visualize data like that?

Thanks in advance.

 

Johannes

1 ACCEPTED SOLUTION

Accepted Solutions
ron_horne
Super User (Alumni)

Re: Graph Builder Bar Charts

Hi @JohannesENS 

please find attached and run the script in the table.

one way of doing this is by introducing a new column with the formula :"min diameter / mm"n + :range

ron_horne_0-1636542072151.png

now you set the min diameter and the max diameter together on the Y axis. then you choose bars and select the range option

ron_horne_1-1636542202064.png

let us know if it worked,

ron

 

View solution in original post

2 REPLIES 2
ron_horne
Super User (Alumni)

Re: Graph Builder Bar Charts

Hi @JohannesENS 

please find attached and run the script in the table.

one way of doing this is by introducing a new column with the formula :"min diameter / mm"n + :range

ron_horne_0-1636542072151.png

now you set the min diameter and the max diameter together on the Y axis. then you choose bars and select the range option

ron_horne_1-1636542202064.png

let us know if it worked,

ron

 

JohannesENS
Level III

Re: Graph Builder Bar Charts

Thank you! 

Recommended Articles