Skip to content
Prev 305896 / 398502 Next

histogram plot spacing problem

Hello,

Try the following.


x <- rnorm(100)
hist(x, xaxt = "n")
axis(1, at = pretty(x), pos = 0)

Hope this helps,

Rui Barradas
Em 19-09-2012 18:51, firespot escreveu: