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))
Related Posts with Trying to add percentage to graph value label - I have looked at other threads....
Fill null values in an ordered list with repeating valuesHi there. For a data structure like the following, ordered by COMUNA - N_CALLE - NUMN and where repe…
High R-square in ppmlDear Statalist community, I would like to clarify few things about using ppml on gravity data. 1. …
-merge- not finding all matchesI'm running Stata version 14.2 on Windows. My analysis includes weight data for children. My main an…
How to compute constant on fixed effects Quantile regressionHi, I know that xtqreg command does not show any constant, however, as i am working on a genetics t…
Diff-in-Diff covariate collinearity issueHi all. I'm running a difference-in-difference model with the new xtdidregress command. When I inclu…
Subscribe to:
Post Comments (Atom)
0 Response to Trying to add percentage to graph value label - I have looked at other threads....
Post a Comment