Skip to content

Layers must have unique names #204

@yutannihilation

Description

@yutannihilation

cf. tidyverse/ggplot2#5967

> 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions