Hi ,
I am using the following code to make a graph. but the decimals in the graph are annoying. is there a way to round the decimals in the label to the closest number?
#delimit ;
graph bar (sum) v012 ,over(province) blabel(total) name(mstril,replace) ylabel(, angle(horizontal)) bargap(10)
legend(label(1 "USAID factors") label(2 "SNIS factors"))
ytitle("CYP")
title("Male Sterilization CYP by quarter")
subtitle(" Apr 2013- Mar 2015")
note("Source: ASSP service statistices") ;
#delimit c
Thanks
I am using the following code to make a graph. but the decimals in the graph are annoying. is there a way to round the decimals in the label to the closest number?
#delimit ;
graph bar (sum) v012 ,over(province) blabel(total) name(mstril,replace) ylabel(, angle(horizontal)) bargap(10)
legend(label(1 "USAID factors") label(2 "SNIS factors"))
ytitle("CYP")
title("Male Sterilization CYP by quarter")
subtitle(" Apr 2013- Mar 2015")
note("Source: ASSP service statistices") ;
#delimit c
Thanks
Comment