ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Fix missing `labels` slot

Open teunbrand opened this issue 1 year ago • 1 comments

This PR aims to fix part of #6008.

Briefly, reverse dependencies sometimes make assumptions about length(ggplot()) or names(ggplot()). In #5879 we removed the labels field, causing these assumptions to no longer hold. This PR brings back the labels field to make these assumptions valid again.

teunbrand avatar Jul 23 '24 12:07 teunbrand