Skip to content

Make sure axes are added correctly to facet_wrap in all circumstances #4673

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
Nov 24, 2021

Conversation

thomasp85
Copy link
Member

Fix #4553

The new-ish feature of adding back axes when the facet_wrap() grid was not complete was not tailored for all settings of as.table and dir

This is a reimplementation that doesn't make any assumptions about how the grid can or will be filled out

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.

Looks good, but the problem is the case when as.table = FALSE, right...?

@thomasp85 thomasp85 merged commit bd50a55 into main Nov 24, 2021
@thomasp85 thomasp85 deleted the issue-4553-facet-wrap-axes branch November 24, 2021 08:56
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.

X-axis placement with facet_wrap(.., dir = "v", as.table = FALSE)
2 participants