ggplot2
ggplot2 copied to clipboard
Feature request: `position_stack()` alignment
Currently, position_stack() bottom-aligns (positive) data at 0.
However, it may be nice to also include options to center-align stacks, like stream graphs, or maybe even top-align stacks.
The thing that worries me is how to deal with negative values in these alternative configurations.