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
Generate first difference using last available obs if missingDear All, I'm working on longitudinal data that look like the following: Code: * Example generate…
reshape long errorDear Readers I try to reshape long and get: Code: .. di `"`_vars'"' num0_ num_size00_ num_size10_…
Problem with two merged datasets: time series and panel data relatedHi all, I am new to statalist, and relatively new to stata, so please bear that in mind when replyin…
Hetroskedasticity test Hausman-Taylor estimationDear all, Does anyone know how to perform a heteroskedasticity test (not a graphical one) with pane…
Comparing regressions using dummy variable as categoryHi guys, I'd like to test whether monthly log-return volatility is stronger during recessionary per…
Subscribe to:
Post Comments (Atom)
0 Response to Different colors for two groups of bars in a bar chart
Post a Comment