We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927ec2b commit de9127eCopy full SHA for de9127e
NEWS.md
@@ -11,7 +11,7 @@
11
* New functions `mcmc_dots` and `mcmc_dots_by_chain` for dot plots of MCMC draws by @behramulukir (#402)
12
* Default to `quantiles=100` for all dot plots by @behramulukir (#402)
13
* Use `"neff_ratio"` consistently in diagnostic color scale helpers to avoid relying on partial matching of `"neff"`.
14
-* Replace `geom_bar(stat = "identity")` with `geom_col()` in `plot_scheme()` and `mcmc_acf()` for clarity and modern ggplot2 style.
+* Replace uses of `geom_bar(stat = "identity")` with the more idiomatic ggplot2 form `geom_col()`
15
16
# bayesplot 1.15.0
17
0 commit comments