stan-dev/bayesplot

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

Open

#418 创建于 2026年1月23日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)R (93 fork)github user discovery
good first issueplot aesthetics

仓库指标

Star
 (439 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南