Skip to content

Change label tests for upcoming ggplot change #1

Closed
@gravesti

Description

@gravesti

ggplot2 is removing the labels component we are testing against. tidyverse/ggplot2#6290

Solution could be to use the new get_labs() tidyverse/ggplot2#6078 eg

p <- ggplot(mpg, aes(displ, hwy)) +
  geom_point(aes(colour = drv, shape = drv))

get_labs(p)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions