Hi,
I use the following code to plot a histogram:
I have observations for social ranging from 1 to 10. For each integer, I have at least one observation.
But I get the following plot: Why is there a gap between 4 and 5?
I use the following code to plot a histogram:
Code:
hist social, percent xlabel(0 1 2 3 4 5 6 7 8 9 10 "10<") scheme(s1mono) barwidth(1)
But I get the following plot: Why is there a gap between 4 and 5?
Comment