Here is my partial solution
Using the sample data table, Big Class, I use the Height column as the target column. I add new rows, one row for each level of my X column, which im my example is the Age column. These are your "True" values. Next I add a character column that I called type and gave the value of "Raw Data" for the original data and "True Values" for the new rows
![txnelson_0-1677175633852.png txnelson_0-1677175633852.png](https://community.jmp.com/t5/image/serverpage/image-id/50399i0C24E81B0C755D5F/image-size/medium?v=v2&px=400)
Then I opened Graph Builder, and dragged column Height to the Y axis drop area, and the column Age to the X axis drop area.
![txnelson_1-1677175729756.png txnelson_1-1677175729756.png](https://community.jmp.com/t5/image/serverpage/image-id/50400i87483D46C6685AB0/image-size/medium?v=v2&px=400)
Right clicking on the graph I selected Add=>Box Plot
![txnelson_2-1677175866088.png txnelson_2-1677175866088.png](https://community.jmp.com/t5/image/serverpage/image-id/50401iA2DD4094A7A37D2E/image-size/medium?v=v2&px=400)
Right click on the graph and then select Points=>Jitter=>None
Then I dragged the column Type to the "Color" drop area
![txnelson_3-1677176255083.png txnelson_3-1677176255083.png](https://community.jmp.com/t5/image/serverpage/image-id/50402i97D555D0C1798424/image-size/medium?v=v2&px=400)
The raw data points need to be erased. To do this, in the legend, right click on the blue dot marker for Raw Data and select Color and then choose the White color box
![txnelson_4-1677176500195.png txnelson_4-1677176500195.png](https://community.jmp.com/t5/image/serverpage/image-id/50403i6BB9CAB1576085A4/image-size/medium?v=v2&px=400)
Getting pretty close now. Notice there is an errant blue data point in the above the Age 14 Box Plot. This is an outlier point. This can be hidden as were the normal data points by using the custom control dialog.
Right click on the graph and select "Customize" and then select "Outliers"
![txnelson_5-1677176749634.png txnelson_5-1677176749634.png](https://community.jmp.com/t5/image/serverpage/image-id/50404i653A581D314AA3A2/image-size/medium?v=v2&px=400)
Click on the Line Color: box and select the White color box
![txnelson_6-1677176845245.png txnelson_6-1677176845245.png](https://community.jmp.com/t5/image/serverpage/image-id/50405i3FA7B2755A64C3FC/image-size/medium?v=v2&px=400)
I think this is the closest one can get to the graph you want.
It does have one error, the single True data point, is being calculated in the construction fo the box plot, but if you have a fair number of Raw Data values, the True value will make little difference.
Jim