Skip to content

Restore names of guides after setup_panel_guides() #5064

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

Merged
merged 5 commits into from
Dec 9, 2022

Conversation

maxsutton
Copy link
Contributor

Fix #5063

This fixes the names of aesthetics being dropped by intersect() by moving the assigning of names until after the intersect() call.

Copy link
Member

@yutannihilation yutannihilation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry, this was my fault on implementing #3972.

This looks good to me. Do you think this is worth a NEWS item? If so, could you add one to NEWS.md?

@maxsutton
Copy link
Contributor Author

All good! Added a line to NEWS.md.

Copy link
Member

@yutannihilation yutannihilation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry for nitpicking, but probably you meant $ here?

Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com>
@maxsutton
Copy link
Contributor Author

Thanks! Sorry for nitpicking, but probably you meant $ here?

Thanks for picking that up!

Copy link
Member

@yutannihilation yutannihilation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! I'm merging.

@yutannihilation yutannihilation merged commit 08832e7 into tidyverse:main Dec 9, 2022
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

Successfully merging this pull request may close these issues.

Coord::train_panel_guides() drops the names of guides
2 participants