Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bayesplot (development version)

* Fixed legend border artifact in `ppc_freqpoly()` and `ppc_freqpoly_grouped()`.
* `ppc_ecdf_overlay()`, `ppc_ecdf_overlay_grouped()`, and `ppd_ecdf_overlay()` now always use `geom_step()`. The `discrete` argument is deprecated.
* Fixed missing `drop = FALSE` in `nuts_params.CmdStanMCMC()`.
* Replace `apply()` with `storage.mode()` for integer-to-numeric matrix conversion in `validate_predictions()`.
Expand Down
1 change: 1 addition & 0 deletions R/ppc-distributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ ppc_freqpoly <-
) +
scale_fill_ppc() +
scale_color_ppc() +
guides(fill = guide_legend(override.aes = list(color = NA))) +
facet_wrap_parsed("rep_label") +
Comment thread
utkarshpawade marked this conversation as resolved.
bayesplot_theme_get() +
force_axes_in_facets() +
Expand Down
Loading