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 1c95a7e commit 1ca28b8Copy full SHA for 1ca28b8
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
* Axes positioned on the top and to the right can now customize their ticks and
13
lines separately (@thomasp85, #1899)
0 commit comments