WIP: Removing direction constraint from geoms by thomasp85 · Pull Request #3506 · tidyverse/ggplot2
Some geoms have directionality constraint, e.g. geom_histogram() that requires binning along the x-axis. The gospel has been to use coord_flip() if one wanted binning along the y-axis, but that com...