Consider the example plot below. I'd like to make the little boxes around each of the symbols in the legend go away. How an I do this?
ggplot(mtcars, aes(wt, mpg, shape=factor(cyl))) + geom_point() + theme_bw()
See Question&Answers more detail:os