the fanplot package provides methods to visualise probability distributions by representing intervals of the distribution function with colours.
https://cran.r-project.org/web/packages/ggfan/vignettes/geom_fan.html
ggplot(fake_df, aes(x=x,y=y)) +
geom_fan()