In this tutorial, you’ll learn four easy ways to remove legend titles in ggplot2 using scale_fill_discrete(), scale_fill_manual(), guides() with guide_legend(), and theme(legend.title = element_blank()). Each method works slightly differently depending on whether your legend … [Read more...] about Remove Legend Title in ggplot2 (labs, guides, theme)
