Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Is it possible to add reverse= to position_dodge()? #2171
Comments
karawoo
added the
feature
label
Jun 22, 2017
|
@karawoo maybe this would be worthwhile to add once you've finished this round of dodge changes? |
|
Yeah, I think that everything is set up to handle this already and it'll just be a matter of adding the argument to |
karawoo
referenced
this issue
Jul 31, 2017
Merged
Add `reverse` argument to `position_dodge2()` #2226
karawoo
closed this
in #2226
Jul 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jflycn commentedJun 17, 2017
Currently position_stack() has the reverse parameter to change the order of stacking, but this feature is not available in position_dodge().
One would need to reverse the order of dodging in a group bar chart when it is a horizontal bar chart with the vertical axis starts from the top to the bottom.