Hi all,
I would like to plot a mental health score distribution in a histogram, and show markers dividing the distribution into 5 quintiles. I tried to do this using the code below, but the vertical lines appear behind the histogram bars (as shown in the image). Is there anyway I can bring them forward, so that the division is clearly visible across the distribution?

I would like to plot a mental health score distribution in a histogram, and show markers dividing the distribution into 5 quintiles. I tried to do this using the code below, but the vertical lines appear behind the histogram bars (as shown in the image). Is there anyway I can bring them forward, so that the division is clearly visible across the distribution?
Code:
histogram sf1_avg, xline(-.97453 .0019515 .6555958 1.196212) xtitle("Mental health score")
Comment