Hi
I want to create an histogram.
this is the command:
histogram dnascregdiacri_dif_days, start(0) bin(360) freq
xscale(range(0 600))
xtitle("Days Before Birth")
ytitle("Frequency")
title("Days Between Pregnancy Registration and Childbirth")
graphregion(color(white))
xline(90 180 270, lpattern(dash) lcolor(red))
and this is the histogram: How can I remove the space between the zero and the start of the x axis?
Thank you.
I want to create an histogram.
this is the command:
histogram dnascregdiacri_dif_days, start(0) bin(360) freq
xscale(range(0 600))
xtitle("Days Before Birth")
ytitle("Frequency")
title("Days Between Pregnancy Registration and Childbirth")
graphregion(color(white))
xline(90 180 270, lpattern(dash) lcolor(red))
and this is the histogram: How can I remove the space between the zero and the start of the x axis?
Thank you.
Comment