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
FWIW, I just discovered that ggplot2 has added an [`after_stat`](https://ggplot2.tidyverse.org/reference/aes_eval.html) function wrapper which is similar to `Postprocess` we discussed above. To compute proportions of counts in each group one does `after_stat(prop)` (previously this was special-cased as `..prop..`).
Originally posted by @nalimilan in #2556 (comment)
The text was updated successfully, but these errors were encountered: