Dear all,
Suppose I have the following dataset.
I'm able to create a frequency plot by running
I just wonder if there is any way to change bar charts into circles.
Thank you very much,
Vinh
Suppose I have the following dataset.
Code:
input str8 groupid str8 memberid "A000" "A000" "A000" "A000" "A000" "A000" "A003" "B001" "A004" "B002" "A005" "B003" "A005" "B004" "A009" "B000" "A008" "B003" "A006" "B005" "A006" "B004" "A006" "B005" "A008" "B002" "A007" "B005" "A007" "B006" "A001" "B015" "A001" "B018" "A001" "B019" "A001" "B017" "A001" "B019" "A002" "B000" "A002" "B000" "A002" "B005" end
Code:
tabplot groupid memberid, xlab(,angle(45))
Thank you very much,
Vinh
Comment