Closed
Description
I happened to know guides()
accepts FALSE
as an option not to show the legend. e.g https://stackoverflow.com/a/14604540
p + guides(colour = FALSE)
I think none of the official documentation refers to this usage, and no test is broken if I remove this isFALSE(guide)
, so I think this is safe to remove. At least we should start encouraging people to use "none"
as it is the supposed way. The only concern is that I cannot understand what this comment exactly means.... This has been here for 9 years since the point where the S3 guide system was born (0795c6f)...
Lines 187 to 190 in b4e3aea
Metadata
Metadata
Assignees
Labels
No labels