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
Thanks a ton for the work on an excellent package! 🍾
When using geom_density, I get "drooping" edges because the geom assumes values outside the range of data are 0. More detail, as well as the PR to ggplot which fixed it with an argument, here: tidyverse/ggplot2#4013