Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bounds argument to plots building on geom_density and stats_density #317

Open
TeemuSailynoja opened this issue Jan 25, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@TeemuSailynoja
Copy link
Collaborator

At the moment, these functions use geom_density, or stat_density

  • ppc_dens
  • ppc_dens_overlay
  • ppc_dens_overlay_grouped
  • ppd_dens
  • ppd_dens_overlay
  • mcmc_dens
  • mcmc_dens_overlay
  • mcmc_dens_chains
  • mcmc_areas
  • mcmc_areas_ridges

They all can feasibly be used to plot, for example, non-negative values, and the plots can look quite different if the bounds parameter is passed to stat_density.

@TeemuSailynoja TeemuSailynoja added the good first issue Good for newcomers label Jan 25, 2024
@jgabry
Copy link
Member

jgabry commented Jan 25, 2024

Good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants