stan-dev/bayesplot
Voir sur GitHubRemove y-axis for plots where y-axis has no purpose
Open
#418 ouverte le 23 janv. 2026
good first issueplot aesthetics
Métriques du dépôt
- Stars
- (439 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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.