Skip to content

Commit ec3ae12

Browse files
committed
Update NEWS.md
1 parent dc77651 commit ec3ae12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

NEWS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# ggplot2 2.2.1.9000
22

3-
* Add built-in support for `viridis` and related color maps (@karawoo).
3+
* 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).
411

512
* Updated datetime scales for `alpha`, `size`, `colour`, and `fill` can take
613
`date_breaks` and `date_labels` arguments (@karawoo, #1526).

0 commit comments

Comments
 (0)