Feature or bug? Why is it that the tick marker for zero projects is after the bar that represents the count for zero in this plot (instead of being in the middle as I'd have expected):
> qplot(projects,data=subset(df,projects<1000),geom="bar") stat_bin: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this 
Here is the data I am using:
username gender id tenure projects post 1 foo male 123 1566 120 75 2 bar male 456 1565 78 1 3 baz female 678 1564 55 1 