You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that you can easily construct the geometry for a candlestick chart, which looks like a boxplot box-and-whiskers, but without the median line (and without outliers). A true candlestick chart would require a specialty stat, which I'm not proposing to implement in ggplot2. I'm just proposing to remove a constraint.
By extension, geom_crossbar() should get "x|y" as required aesthetic, instead of c("x", "y").