Hi all,

I'm trying to create a similar graph to the one below:

Array

However, when I write the following command:

Code:
graph bar Elasticity, over(Country, sort(1) descending)
Stata aggregates all the elasticities of the same countries rather than allowing for different elasticities for the same countries. How do I do that?