Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change label tests for upcoming ggplot change #1

Closed
gravesti opened this issue Jan 31, 2025 · 1 comment
Closed

Change label tests for upcoming ggplot change #1

gravesti opened this issue Jan 31, 2025 · 1 comment

Comments

@gravesti
Copy link
Contributor

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)
@gaborcsardi
Copy link

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants