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

Select single legend #8

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Select single legend #8

merged 1 commit into from
Jan 19, 2024

Conversation

teunbrand
Copy link
Contributor

Hello there,

We have been preparing a new release of ggplot2 and during a reverse dependency check, it became apparent that the prospective ggplot2 3.5.0 would break tornado.

In the new version, a plot can have multiple legend guide boxes, so the extracton method in the importance plot no longer works. This PR updates the function to deal with multiple legends, selecting the first that isn't empty.

To test the code changes with the release candidate, you can install it with the code below:

remotes::install_github("tidyverse/ggplot2", ref = remotes::github_pull("5592"))

The release of ggplot2 3.5.0 is scheduled for the 12th of February. The progress of the release can be tracked in tidyverse/ggplot2#5588. We hope that this PR might help tornado get out a fix if necessary.

@bertcarnell bertcarnell self-assigned this Jan 19, 2024
@bertcarnell bertcarnell added the bug Something isn't working label Jan 19, 2024
@bertcarnell
Copy link
Owner

I can confirm the error in using the suggested ggplot2 git version

@bertcarnell bertcarnell merged commit b7b9d55 into bertcarnell:master Jan 19, 2024
6 of 8 checks passed
@teunbrand teunbrand deleted the ggplot2_3.5.0 branch January 19, 2024 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants