@MRB3855 response above is the correct answer. My response below is an Old School solution. But once again, I learn something new about JMP every day.
What you are seeing is because the X axis is either nominal or ordinal. In your example it appears to be a Character column, which is nominal. If you recode the values to numeric, continuous, and then use the Value Labels column property to map the numeric values back to the 1/2 gemmes, Control, Defoliacio labels, the offsets will be eliminated.
Here is an example using the sample Big Class data table where by default the Age variable is numeric, ordinal. When plotted in a similar layout as your chart, it has the same issue with the offsets.
![txnelson_0-1731587793484.png txnelson_0-1731587793484.png](/t5/image/serverpage/image-id/70151i11B5B9E2909D48B2/image-dimensions/794x572?v=v2)
In the below graph, I changed the age column to be continuous, and added Value Labels to convert the numeric values to be displayed as character labels and the offsets are eliminated.
![txnelson_1-1731587933198.png txnelson_1-1731587933198.png](/t5/image/serverpage/image-id/70152i0B1EF084C47C576E/image-dimensions/866x626?v=v2)
Jim