Displaying 1 result from an estimated 1 matches for "bad_histogramm".
2011 Sep 06
1
Histogram messed up
Hey all,
I encountered a problem drawing a histogram.
You can view the picture here:
http://dl.dropbox.com/u/4836866/Bad_Histogramm.png
What happens:
the bars are drawn with different starting points, thus no straight zero-line is there.
And bars are overlapping. (or sometimes apart from each other.)
How it happens:
hist(volcano, breaks=10) # and any other data
This also happens with barplot(rnorm(10,10,1), space=0).
resizi...