+
viridis 0.6.4
CRAN release: 2023-07-22
New features
- N/A.
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 60ebeab..12cf314 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -1,9 +1,9 @@
-pandoc: 3.1.5
+pandoc: 3.1.11.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
intro-to-viridis: intro-to-viridis.html
-last_built: 2023-07-19T13:32Z
+last_built: 2024-01-28T15:57Z
urls:
reference: https://sjmgarnier.github.io/viridis/reference
article: https://sjmgarnier.github.io/viridis/articles
diff --git a/docs/reference/Rplot003.png b/docs/reference/Rplot003.png
index 45f2676..8c3f54f 100644
Binary files a/docs/reference/Rplot003.png and b/docs/reference/Rplot003.png differ
diff --git a/docs/reference/index.html b/docs/reference/index.html
index b1b4aca..f989f5d 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -1,5 +1,5 @@
-Function reference • viridisFunction reference • viridis
@@ -10,7 +10,7 @@
viridis
- 0.6.4
+ 0.6.5
@@ -189,7 +189,7 @@
Examples
# Ripped from the pages of ggplot2
-dsub <- subset(diamonds, x > 5 & x < 6 & y > 5 & y < 6)
+dsub <- subset(diamonds, x > 5 & x < 6 & y > 5 & y < 6)
dsub$diff <- with(dsub, sqrt(abs(x - y)) * sign(x - y))
d <- ggplot(dsub, aes(x, y, colour = diff)) + geom_point()
d + scale_color_viridis() + theme_bw()
@@ -227,6 +227,8 @@ Examples gg + scale_fill_viridis(option = "H") + labs(x = "Viridis H", y = NULL),
ncol = 4, nrow = 2
)
+#> Warning: The dot-dot notation (`..level..`) was deprecated in ggplot2 3.4.0.
+#> ℹ Please use `after_stat(level)` instead.
diff --git a/docs/reference/unemp.html b/docs/reference/unemp.html
index b54ff9f..e36b154 100644
--- a/docs/reference/unemp.html
+++ b/docs/reference/unemp.html
@@ -1,6 +1,6 @@
USA Unemployment in 2009 — unemp • viridisUSA Unemployment in 2009 — unemp • viridisViridis Color Palettes — viridis_pal • viridisViridis Color Palettes — viridis_pal • viridis