I am trying to make the legend key fill for a ggplot transparent. I followed the instructions on one of Hadley\'s ggplot2 guides for changing the legend key fill, but for some
This answer seems to be the simplest solution, setting legend.key = element_blank() in the theme() definition.
legend.key = element_blank()
theme()