ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

GeomBar should use rename_size = TRUE

Open yutannihilation opened this issue 1 year ago • 2 comments

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

yutannihilation avatar Jul 27 '22 12:07 yutannihilation

good catch - do you want to take this?

thomasp85 avatar Aug 01 '22 09:08 thomasp85

Yes, I'll make a PR after #4921 gets merged.

yutannihilation avatar Aug 01 '22 11:08 yutannihilation