Don't reorder data during faceting.#2694
Merged
clauswilke merged 3 commits intotidyverse:masterfrom Jul 10, 2018
Merged
Conversation
Member
|
Let's hold of merging this until after the release. |
Member
|
Can you please add a news bullet? Thanks for diagnosing this — it's going to fix a lot of broken plots in the wild! |
5f42807 to
db34b88
Compare
… vectors to be provided via aes() or as parameters.
db34b88 to
6460e56
Compare
Member
Author
|
News bullet added. |
hadley
reviewed
Jul 10, 2018
NEWS.md
Outdated
| (@mikmart, #2488). | ||
|
|
||
| # ggplot2 3.0.0 | ||
| ## Minor bug fixes and improvements |
Member
There was a problem hiding this comment.
Can you remove this heading please? It's easier to add these just before release. (http://style.tidyverse.org/news.html#news-bullets)
Member
Author
There was a problem hiding this comment.
Good you flagged that. I had also messed up the main heading in the rebase. Should be good now.
hadley
approved these changes
Jul 10, 2018
|
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This addresses the underlying reason for #2693, data are reordered during faceting. With this patch, data order is not changed anymore in
facet_grid()orfacet_wrap(). This enables data vectors to be provided viaaes()or as parameters.Created on 2018-06-10 by the reprex package (v0.2.0).