[ggplot2's `position_dodge2`](https://ggplot2.tidyverse.org/reference/position_dodge.html) has a `reverse` parameter that doesn't seem to be supported yet by [plotnine's `position_dodge2`](https://plotnine.readthedocs.io/en/stable/generated/plotnine.positions.position_dodge2.html#plotnine.positions.position_dodge2). My understanding is that this feature is intended to make coordinate flips (e.g., for horizontal bar charts) easier.
ggplot2's
position_dodge2has areverseparameter that doesn't seem to be supported yet by plotnine'sposition_dodge2.My understanding is that this feature is intended to make coordinate flips (e.g., for horizontal bar charts) easier.