Hello:

I'm trying to add a percentage sign next to value labels for the bar chart below. I know this has been discussed previously and I've read the posts. But since the threads are quite old, I'm hoping that there might be another easier way to do this. Code and graph pasted below. Thank you, Gene


graph bar (asis) Jan21 Dec21 Sept22 if id == "polv_i", graphregion(margin(t+0 b+0)) asyvar ylabel(0(20)80) ///
scheme(s1color) ///
ylabel(, labsize(small)) ///
blabel(total, size(large)) ///
bar(1, color(gray)) bar(2, color(gray)) bar(3, color(gray)) ///
bargap(50) ///
legend(off) ///
showyvars ///
yvar(label(labsize(large))) ///
ysize(9) xsize(16) ///
text (77 50 "Political violence: percent who think it will increase", size(huge))