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 dc77651 commit ec3ae12Copy full SHA for ec3ae12
NEWS.md
@@ -1,6 +1,13 @@
1
# ggplot2 2.2.1.9000
2
3
-* Add built-in support for `viridis` and related color maps (@karawoo).
+* Default colour maps for continuous data are controlled by global options
4
+ `ggplot2.continuous.colour` and `ggplot2.continuous.fill`, which can be set to
5
+ either `"gradient"` or `"viridis"` (@karawoo).
6
+
7
+* Adds built-in support for `viridis` and related colour maps. Use the functions
8
+ `scale_colour_viridis_c()`/`scale_fill_viridis_c()` for continuous data and
9
+ `scale_colour_viridis_d()`/`scale_fill_viridis_d()` for discrete data
10
+ (@karawoo, #1526).
11
12
* Updated datetime scales for `alpha`, `size`, `colour`, and `fill` can take
13
`date_breaks` and `date_labels` arguments (@karawoo, #1526).
0 commit comments