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....
Time-varying Covariate with Competing RisksHello, I have to study the relationship between a drug exposure and outcomes, adjusting for other c…
understanding a treatment effect with group fixed effectsI am trying to understand why the effect of a treatment variable in a regression changes when a) inc…
Asdoc error in tabulation with Freq=1Hi all, I am having problems with asdoc when exist frequency=1, I know that its a naive question bu…
Error r(43) convergence not achieved. CFA, SEM, estat gofHi, I have a dataset with 12 ordinal variables of 4 categories. I use SEM command to perform CFA and…
An error "plugin not loaded or not available: use the adoonly option" accur after "ml maximize"I am trying to learn how to use mdraws by Cappellari and Jenkins.When replicating the example test_t…
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