cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
skratchzero
Level I

Control display of box plot / points in grouped chart based on data label

I have some data that I want to display in a specific way with some box plots and can't figure out how to get the result I'm looking for. I have measurements of a parameter at four locations, let's say Location 1, Location 2, and Location 3. The measurements are done on three different types of parts, let's say A, B, C. I have a huge population of data from parts of Type A at Location 1 and Location 2. I have a very small amount of data for parts of Type B and C (one of each), at all three locations 1, 2, 3. Here is what I want to do:

  • Show only boxes for Type A at Location 1 and Location 2
  • Show only points for Type B and C, at all Locations

So in JMP, I have three columns: Data, Location, and Type. Using Graph Builder, I set Data to Y, Location to X grouping, and Type to Color. I enabled points and box plot, and set the transparency of the points for Type A to 0. This has me 99% of the way there. Now I'm just stuck on how to remove the box at Location 3.

 

Bonus points: In this case it's not a big deal, but ideally I would like the boxes to not be calculated using the B and C data. The only way I can think to do that is to split A off into its own column but then it overall seems more cumbersome.

 jmp_boxplot.png

1 ACCEPTED SOLUTION

Accepted Solutions
hogi
Level XI

Re: Control display of box plot / points in grouped chart based on data label

Use Transparency = 0 to hide the red box plot(s) *)

hogi_3-1712184227425.png

 

*) it will also remove the red box plots from Location 1&2:

hogi_2-1712184187704.png

 

Red box plots @ location 1&2?
Actually there should be some - and they appear when you use Type as overlay.
If you use Type as color, the single box plot will include all kinds of types (!): A,B C.

 

And to align the points and the box plots:
use Box placement: aligned

hogi_4-1712184364913.png

 

 

 

View solution in original post

3 REPLIES 3
txnelson
Super User

Re: Control display of box plot / points in grouped chart based on data label

My suggestion is to split your data for each of the locations into separate columns, and then drag the 3 columns on to the graph, rather than using an X Grouping.   

Jim
hogi
Level XI

Re: Control display of box plot / points in grouped chart based on data label

Use Transparency = 0 to hide the red box plot(s) *)

hogi_3-1712184227425.png

 

*) it will also remove the red box plots from Location 1&2:

hogi_2-1712184187704.png

 

Red box plots @ location 1&2?
Actually there should be some - and they appear when you use Type as overlay.
If you use Type as color, the single box plot will include all kinds of types (!): A,B C.

 

And to align the points and the box plots:
use Box placement: aligned

hogi_4-1712184364913.png

 

 

 

skratchzero
Level I

Re: Control display of box plot / points in grouped chart based on data label

When I use Type as Overlay, the transparency of the box and point is linked (selecting either the box or the points of the Type automatically selects the other). Did you have to do anything to change their transparencies independently?  

 

Edit: Right clicking without left clicking first seems to do the trick. Let me double check this ends up working correctly and then I'll accept the answer.