I'm trying to use the cowplot package in ggplot2 but want to remove both the legend. Here's what I've tried to remove the legend...what am I doing wrong?
p + theme_cowplot() +
theme(legend.title = element_blank())
If possible, I'd also love to remove the two lines that run along the x axis and y axis (so that the whole background is just white space).