Hello,

I am trying to format the x axis of a histogram with a specific range. I want to have a bmi percentile variable on the x axis with a custom range from 0 to 5, 5 to 85, and 85 to 100.

Is there a way to do this or would I have to create 3 separate histograms?

so far the command I have is:

histogram bmipct if Grade == "6", bin(494) start(0) frequency

I tried editing the x axis range with the graph editor but do not see how to make the custom range I want.

Thanks.