'spacing between bars in a histogram in r

I have this problem: when I try to graph a histogram it appears with space between the bars when it shouldn't, here is the graph:

enter image description here

Those zeros shouldn't be there, the variable table I'm plotting is:

enter image description here

This is the code to make the histogram that I am using:

hist(x= ae18$v_histo_acpm,main = "Histogram,labels = TRUE,
 xlab = "No. de cambios al mes", ylab = "Frecuencia")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source