stan-dev/bayesplot

Remove y-axis for plots where y-axis has no purpose

Open

#418 aperta il 23 gen 2026

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)R (93 fork)github user discovery
good first issueplot aesthetics

Metriche repository

Star
 (439 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

This would technically break visual backwards compatibility although wouldn't affect anyone's code. @avehtari pointed out that for some plots we have a y-axis that serves no purpose and the plots look better without it. For example, the new mcmc_dots() function doesn't include the y-axis for this reason, but functions like mcmc_dens() and others include the y-axis for no reason.

Guida contributor