Add to Chrome
ggplot(data = mpg ) + geom_boxplot(aes(x = class, y=hwy, fill=class)) + labs(y = "Highway miles per gallon")