wch / rgcookbook

R Graphics Cookbook
http://r-graphics.org/
286 stars 175 forks source link

Avoid warning: remove legend using `guide = "none"` instead of `guide = FALSE` as of ggplot2 3.3.4 #15

Open andreranza opened 1 year ago

andreranza commented 1 year ago

Warning:

Warning message:
It is deprecated to specify `guide = FALSE` to remove a guide. Please use `guide = "none"` instead.