powered by
Easily remove legend title Remove the legend title
easy_remove_legend_title(teach = FALSE)
a theme object
theme
print longer equivalent ggplot2 expression?
ggplot2
library(ggplot2) # remove legend title from all aesthetics ggplot(mtcars, aes(wt, mpg, colour = cyl)) + geom_point() + easy_remove_legend_title()
Run the code above in your browser using DataLab