Closed
Description
@thomasp85
Sorry for bothering you. Re-reading #3672, I found I don't have clear answers to the following points. Can we discuss here?
- Why is the default value of
rename_size
FALSE
? I'm afraid it would feel a bit inconsistent that the extension packages that don't catch up with this change would behave differently, while we are very careful not to introduce breaking changes on ggplot2 itself by settingrename_size = TRUE
everywhere necessary. What about
a. usingrename_size = TRUE
by default for the first release, or
b. making the default value ofrename_size
as an option or an edition? In this case, the user can choose the behavior they prefer, and the developer can userename_size = FALSE
(orTRUE
) if they think it's inappropriate to expose it as an option. - Can we have another word than "rename"? It seems "rename" sounds like the original one is removed (c.f. Add rename_size=TRUE to GeomSf, GeomCrossbar, GeomPointrange, and GeomSmooth #4884 (comment)), like dplyr's
rename()
, whilerename_size = TRUE
actually keeps thesize
.
Metadata
Metadata
Assignees
Labels
No labels