Dear all,
I am trying to make a bar chart that shows mean value of a variable (attitudes toward immigrants) for 19 European countries. I want to use different colors (or intensities of same color) for East European (ex-communist) countries and West European countries. I have created a dummy variable that distinguishes between these two categories of countries, but was not able to find any info about how i can make the graph.
Syntax is bellow and an example of the graph using only one color for the bars is attached.
Any help is much appreciated.
Best,
Zan Strabac
graph bar (mean) immigr_att [pw=pspwght], over(country, sort(1) lab(angle(45))) intensity (50)
Related Posts with Different colors for two groups of bars in a bar chart
"No Observation" when Trying to run a xtabond commandI am trying to run "xtabond percentageCCIemployment miningandquarryingsic2 manufacturingsic3 electri…
Only keep newest observationsHey everyone, Code: * Example generated by -dataex-. To install: ssc install dataex clear input lo…
2SLS using "ivreg2 , first" command (where is reduced form esitmates?)Dear STATA Intellectuals, I am estimating the causal effect of mothers' education on children's hea…
Help to correctly reduce instrument count with xtabond2 commandHello everyone, I am estimating a model where my dependent variable is economic growth and all my i…
Expand observationsHello, I have a dataset of observations for companies based on different years (2000-2019). Is it p…
Subscribe to:
Post Comments (Atom)
0 Response to Different colors for two groups of bars in a bar chart
Post a Comment