Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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()`.
* Fixed `validate_chain_list()` colnames check to compare all chains, not just the first two.
* Added test verifying `legend_move("none")` behaves equivalently to `legend_none()`.
* Added singleton-dimension edge-case tests for exported `_data()` functions.
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading