You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ggplot(mpg, aes(displ, hwy)) +
+ geom_point(name = "foo") +
+ gghighlight()
Error in `new_layer_names()`:
! Names must be unique.
✖ These names are duplicated:
* "foo" at locations 1 and 2.
The text was updated successfully, but these errors were encountered:
cf. tidyverse/ggplot2#5967
The text was updated successfully, but these errors were encountered: