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

Closed
jflycn opened this Issue Jun 17, 2017 · 2 comments

Comments

Projects
None yet
3 participants

jflycn commented Jun 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.

karawoo added the feature label Jun 22, 2017

Owner

hadley commented Jul 13, 2017

@karawoo maybe this would be worthwhile to add once you've finished this round of dodge changes?

Collaborator

karawoo commented Jul 13, 2017

Yeah, I think that everything is set up to handle this already and it'll just be a matter of adding the argument to position_dodge() and position_boxdodge().

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