Hi all,
I am trying to using the following code
to split the x axis labels in hbar. However, it is splitting the label after each word. Instead, I want it split in 2 parts. How can we do that? Much appreciate any help. Thanks.

I am trying to using the following code
Code:
splitvallabels covid_prcny, nob gr hbar (count), over(covid_prcny, gap(*1) label(labsize(small)) relabel(`r(relabel)')) /// blabel(bar, size(vsmall) format(%4.1f)) yla(0(100)1300, angle(55) labsize(vsmall)) ysize(12) xsize(10) ytitle("respondents", size(small)) title("impact", size(small) span)
Comment