I have a histogram from a list d of values that I make by simply typing
d
hist(d)
And this is what I get:
you can tweak the range of x using the xlim tag. For example, try
x
xlim
hist(d,xlim=c(-10,10))