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

Fix regression from #6027 #6098

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

teunbrand
Copy link
Collaborator

This PR fixes a regression introduced by #6027, that is detectable as:

ggplot2/revdep/problems.md

Lines 18570 to 18572 in d31c051

7. └─self$coord$setup_params(data)
8. └─ggplot2 (local) setup_params(..., self = self)
9. └─ggplot2:::parse_coord_expand(expand = self$expand %||% TRUE)

The regression occurs when expand = 0 or expand = 1 is set in the coord, and this PR makes this valid input again.

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.

1 participant