Skip to content

Commit 1ca28b8

Browse files
committed
Update NEWS.md
1 parent 1c95a7e commit 1ca28b8

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
* Axes positioned on the top and to the right can now customize their ticks and
613
lines separately (@thomasp85, #1899)

0 commit comments

Comments
 (0)