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

paneling multiple bar charts vertically with same categorical x-axis

so i want something like this:Image result for paneling multiple bar charts vertically same x-axisi'd prefer all the y-axis values to be on the same side and each y-axis is a seperate column of data and labeled seperately using the header of that column. the x-axis is categorical and the same for all panels. any ideas?

1 ACCEPTED SOLUTION

Accepted Solutions
Thierry_S
Super User

Re: paneling multiple bar charts vertically with same categorical x-axis

Hi Jac,

 

Have you tried GraphBuilder? If not, here is a quick overview of how to format the data and place the variable in GB:

First the table:

SIMPLE TABLE.PNG

Note that to have the correct order in the sequence of months, you may need to go to Column Properties > Value Ordering

Here is the GB using this table:

  1. Drag the Month column to the X-axis area
  2. Drag Data 1 to the Y-Axis area
  3. Drag Data 2 to the top of the Y-Axis area

SIMPLE BAR.PNG 

Thierry R. Sornasse

View solution in original post

1 REPLY 1
Thierry_S
Super User

Re: paneling multiple bar charts vertically with same categorical x-axis

Hi Jac,

 

Have you tried GraphBuilder? If not, here is a quick overview of how to format the data and place the variable in GB:

First the table:

SIMPLE TABLE.PNG

Note that to have the correct order in the sequence of months, you may need to go to Column Properties > Value Ordering

Here is the GB using this table:

  1. Drag the Month column to the X-axis area
  2. Drag Data 1 to the Y-Axis area
  3. Drag Data 2 to the top of the Y-Axis area

SIMPLE BAR.PNG 

Thierry R. Sornasse

Recommended Articles