input str20 country pcexp
Greece 371
Portugal 474
Spain 646
Italy 784
Sweden 1245
Denmark 1456
Canada 1689
USA 2634
end
The above is my data. I would like to draw a bar graph for each country with pcexp( per-capita expenditure) as count with the number on the top of each bar. Stata should treat pcexp value as for example, frequency. And separate fill colors for each bar.
Any idea Nice people here?
Greece 371
Portugal 474
Spain 646
Italy 784
Sweden 1245
Denmark 1456
Canada 1689
USA 2634
end
The above is my data. I would like to draw a bar graph for each country with pcexp( per-capita expenditure) as count with the number on the top of each bar. Stata should treat pcexp value as for example, frequency. And separate fill colors for each bar.
Any idea Nice people here?

Comment