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....
Binning times in hours, rounding error?Hello, I am trying to truncate times to only the hour using floor so that I can merge all data for …
text file without the .txt extensionHi Stata Users. I have multiple text file but without .txt extension. As I have many files I do not …
Marginsplot axis value labelsI'm using marginsplot to graph a repeated measures anova, with the timepoints labeled t0-t9. This me…
Convergence error in calculating of productivity by SFA - "Kumbhakar, S.C, 2015"Dear everyone, I am calculating total factor productivity by SFA model in using STATA. When I run …
How to construct the distribution of propensity scores calculated from the pre-match conditional logistic regression?Dear Statalists, Hope my message finds you well. I am trying to construct an estimated propensity …
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