barplot

Oddly barplots are one of the more difficult plots to generate I find. Largely because you often plot summary data and the tool would actually do the summary on the fly for you

# Limit the plot to  range
p + coord_cartesian(ylim = c(200, 300))