I\'m having a problem with geom_bars wherein the bars are not rendered when I specify limits on the y-axis. I believe the following should reproduce the problem:
This worked for me based on the link shared previously.
p + coord_cartesian(ylim=c(5,15))