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 a1b4652 commit 50f9798Copy full SHA for 50f9798
NEWS.md
@@ -6,8 +6,11 @@
6
7
<!-- Items for next release go here* -->
8
9
-* ColorBrewer palettes are now available as color schemes via
10
- [`color_scheme_set()`](https://mc-stan.org/bayesplot/reference/bayesplot-colors.html). (#177,#190)
+* [ColorBrewer](http://colorbrewer2.org) palettes are now available as color
+ schemes via
11
+ [`color_scheme_set()`](https://mc-stan.org/bayesplot/reference/bayesplot-colors.html).
12
+ For example, `color_scheme_set("brewer-Spectral")` will use the Spectral
13
+ palette. (#177, #190)
14
15
* MCMC plots now also accept objects with an `as.array` method as
16
input (e.g., stanfit objects). (#175, #184)
0 commit comments