Hi,
I recently noticed that in my every graph the alignment of x and y-axis values are not align properly and even if i change the font size it doesn't reflect the changes (see attached for reference).
would be really appreciate for your support.
here is the simple Stata code i used to generate this plot:
graph bar (sum) g if iso3=="KEN", over(hazardtype) over(year, label(labsize(medium))) asyvars stack ///
ytitle("Total Number of Disaster Internal Displacements") ylabel(, labsize(medium)) title("Kenya", size(large)) ///
subtitle("Number of Disaster Internal Displacements") legend(position(11) ring(0))
Thanks,
Muhammad
I recently noticed that in my every graph the alignment of x and y-axis values are not align properly and even if i change the font size it doesn't reflect the changes (see attached for reference).
would be really appreciate for your support.
here is the simple Stata code i used to generate this plot:
graph bar (sum) g if iso3=="KEN", over(hazardtype) over(year, label(labsize(medium))) asyvars stack ///
ytitle("Total Number of Disaster Internal Displacements") ylabel(, labsize(medium)) title("Kenya", size(large)) ///
subtitle("Number of Disaster Internal Displacements") legend(position(11) ring(0))
Thanks,
Muhammad
Comment