This histogram is really ugly:
hist(rbinom(10000, 20000, 0.0001),freq=F,right=F)
I don't want spaces between my bars. I tried different breaks=
methods but they all produce similar results. Any ideas?
I also want each bin value (or mean values )to be printed under the center of it's bar.