Using position_stack() with text geom in stat_summary() #2709
Labels
bug
an unexpected problem or unintended behavior
positions 🥇
tidy-dev-day 🤓
Tidyverse Developer Day rstd.io/tidy-dev-day
aosmith16 commentedJun 21, 2018
Should it be possible to "stack" text when calculating the labels and the y axis with
stat_summary()
? I'm getting an error using eitherposition = "stack"
orposition = position_stack()
.Things work as I expect when doing the calculation outside of ggplot2.
Created on 2018-06-21 by the reprex package (v0.2.0).
The text was updated successfully, but these errors were encountered: