Skip to content

Commit de9127e

Browse files
authored
Update NEWS.md
1 parent 927ec2b commit de9127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* New functions `mcmc_dots` and `mcmc_dots_by_chain` for dot plots of MCMC draws by @behramulukir (#402)
1212
* Default to `quantiles=100` for all dot plots by @behramulukir (#402)
1313
* 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.
14+
* Replace uses of `geom_bar(stat = "identity")` with the more idiomatic ggplot2 form `geom_col()`
1515

1616
# bayesplot 1.15.0
1717

0 commit comments

Comments
 (0)