Hi I am plotting a bar chart for summary of a variable over different variables. I keep on getting following error while plotting the bar and cannot seem to figure out why the error is happening:
Error message:
xlabels(2 Overall" 4 "Rural" 5 "Urban" 7 "ST" 8 "SC" 9 "OBC" 10 "Other" 12 "Q1" 13 "Q2" 14 "Q4" 1
> 5 "Q5" 16 "Q6" 18 "Male" 19 "Female" 21 "Illiterate" 22 "Inc invalid name
codes:
graph bar hip, over(id,label(labsize(small) angle(90))) ///
xlabel(2 "Overall" 4 "Rural" 5 "Urban" 7 "ST" 8 "SC" 9 ///
"OBC" 10 "Other" 12 "Q1" 13 "Q2" 14 "Q4" 15 "Q5" 16 "Q6" 18 "Male" 19 "Female" ///
21 "Illiterate" 22 "Inc Primary" 23 "Primary" 24 "Sec/higher Secondary" 25 "Higher" ,noticks)
Error message:
xlabels(2 Overall" 4 "Rural" 5 "Urban" 7 "ST" 8 "SC" 9 "OBC" 10 "Other" 12 "Q1" 13 "Q2" 14 "Q4" 1
> 5 "Q5" 16 "Q6" 18 "Male" 19 "Female" 21 "Illiterate" 22 "Inc invalid name
codes:
graph bar hip, over(id,label(labsize(small) angle(90))) ///
xlabel(2 "Overall" 4 "Rural" 5 "Urban" 7 "ST" 8 "SC" 9 ///
"OBC" 10 "Other" 12 "Q1" 13 "Q2" 14 "Q4" 15 "Q5" 16 "Q6" 18 "Male" 19 "Female" ///
21 "Illiterate" 22 "Inc Primary" 23 "Primary" 24 "Sec/higher Secondary" 25 "Higher" ,noticks)
Comment