Skip to content
Open
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
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# bayesplot (development version)

* New "Example Gallery" vignette providing a visual overview of all plotting
functions with thumbnail example plots, organized by category (PPC, PPD, MCMC,
HMC/NUTS). (#437)
* Documentation added for all exported `*_data()` functions (#209)
* Improved documentation for `binwidth`, `bins`, and `breaks` arguments to clarify they are passed to `ggplot2::geom_area()` and `ggdist::stat_dots()` in addition to `ggplot2::geom_histogram()`
* Improved documentation for `freq` argument to clarify it applies to frequency polygons in addition to histograms
Expand Down
11 changes: 10 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ navbar:
title: "bayesplot"

structure:
left: [home, vignettes, functions, news, pkgs, stan]
left: [home, gallery, vignettes, functions, news, pkgs, stan]
right: [search, bluesky, forum, github, lightswitch]

components:
gallery:
text: Gallery
href: articles/example-gallery.html
pkgs:
text: Other Packages
menu:
Expand All @@ -37,6 +40,12 @@ navbar:
href: https://mc-stan.org/shinystan

articles:
- title: "Example Gallery"
desc: >
A visual overview of all plotting functions available in **bayesplot**,
organized by category with thumbnail example plots.
contents:
- example-gallery
- title: "Getting Started"
desc: >
These vignettes provide an introduction to visualizing MCMC draws and
Expand Down
Loading
Loading