You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Hi all.
I have a simple bar graph to make in Stata. I want to make a frequency bar graph of rep78 using the auto dataset in which the bars are ordered in descending order of rep78 frequencies.
Code:
sysuse auto, clear
tab rep78, sort m
Here is what I want in Stata. This I made in Excel.
Comment