ggplot2
ggplot2 copied to clipboard
GeomBar should use rename_size = TRUE
During comparing GeomBar and GeomCol on #4921, I found GeomBar doesn't have rename_size = TRUE specified.
I think we can just add rename_size = TRUE to GeomBar and replace GeomCol with GeomCol <- ggproto("GeomCol", GeomBar) as a first step towards https://github.com/tidyverse/ggplot2/issues/3798
good catch - do you want to take this?
Yes, I'll make a PR after #4921 gets merged.