Hello all,
I am trying to create a likert scale variable (the likert scale has 5 categories: Always, Often, Sometimes, Rarely and Never). This is what I have managed to come up with so far (attached).I have used the following code:
- graph hbar (asis) Always Often Sometimes Rarely Never, over(Items,label(labsize(vsmall))) over(District,label(labsize(small))) stack ytitle("percentage", size(small))ysize(5) xsize(5) legend(size(vsmall)) title("Litter Items Frequency")
The bars are really too small so I was wondering if anyone can suggest how to increase the bars width and distance them a bit so that I can increase the font of the items listed on the x axis from (vsmall to small ideally)?
Thank you in advance for all your inputs
Elena
I am trying to create a likert scale variable (the likert scale has 5 categories: Always, Often, Sometimes, Rarely and Never). This is what I have managed to come up with so far (attached).I have used the following code:
- graph hbar (asis) Always Often Sometimes Rarely Never, over(Items,label(labsize(vsmall))) over(District,label(labsize(small))) stack ytitle("percentage", size(small))ysize(5) xsize(5) legend(size(vsmall)) title("Litter Items Frequency")
The bars are really too small so I was wondering if anyone can suggest how to increase the bars width and distance them a bit so that I can increase the font of the items listed on the x axis from (vsmall to small ideally)?
Thank you in advance for all your inputs
Elena
Comment