stan-dev/bayesplot

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

Open

#418 geöffnet am 23. Jan. 2026

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)R (93 Forks)github user discovery
good first issueplot aesthetics

Repository-Metriken

Stars
 (439 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide