Hi everyone, I use the following code to generate the bar graph for the mean of each variable. However, I would like to lablel the first bar as "1" and label the second bar as "3". The number shows up in the bottom of the bar on xaxis. I do not use the command "over()". How can I do this? Thank you.
[/CODE]
sysuse auto,clear
graph bar (mean) weight length
[/CODE]

[/CODE]
sysuse auto,clear
graph bar (mean) weight length
[/CODE]

Comment