diff --git a/dev/articles/extending-ggplot2_files/figure-html/unnamed-chunk-29-1.png b/dev/articles/extending-ggplot2_files/figure-html/unnamed-chunk-29-1.png index 1ed60152d3..6b918c2669 100644 Binary files a/dev/articles/extending-ggplot2_files/figure-html/unnamed-chunk-29-1.png and b/dev/articles/extending-ggplot2_files/figure-html/unnamed-chunk-29-1.png differ diff --git a/dev/articles/faq-faceting.html b/dev/articles/faq-faceting.html index 9788becfde..02928bb6cb 100644 --- a/dev/articles/faq-faceting.html +++ b/dev/articles/faq-faceting.html @@ -414,7 +414,12 @@

How can I set different scale_x_continuous(breaks = 2011:2020) + labs(y = NULL) + theme(strip.background = element_blank(), strip.placement = "outside") -#> `geom_smooth()` using method = 'loess' and formula = 'y ~ x' +#> `geom_smooth()` using method = 'loess' and formula = 'y ~ x' +#> Warning in max(ids, na.rm = TRUE): no non-missing arguments to max; +#> returning -Inf + +#> Warning in max(ids, na.rm = TRUE): no non-missing arguments to max; +#> returning -Inf

A timeseries plot showing price over time for two countries and their currencies, the Japanese Yen and the US Dollar, in two panels in a 2-row, 1-column layout. The countries and currency units are indicated at the left of each panel. The two y-axes have different ranges.

diff --git a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-14-1.png b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-14-1.png index c521732f77..f2dc5e9eb3 100644 Binary files a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-14-1.png and b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-14-1.png differ diff --git a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-15-1.png b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-15-1.png index 22ef3f02d6..ac607d2d5d 100644 Binary files a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-15-1.png and b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-17-1.png b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-17-1.png index 210447b6b9..da03049644 100644 Binary files a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-17-1.png and b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-17-1.png differ diff --git a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-18-1.png b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-18-1.png index 69ed8e4f19..d9c30b6b69 100644 Binary files a/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-18-1.png and b/dev/articles/faq-faceting_files/figure-html/unnamed-chunk-18-1.png differ diff --git a/dev/articles/profiling.html b/dev/articles/profiling.html index 5f508273f8..a15f3e5225 100644 --- a/dev/articles/profiling.html +++ b/dev/articles/profiling.html @@ -139,8 +139,8 @@

Thomas Lin profile <- profvis(for (i in seq_len(100)) ggplotGrob(p)) profile -
-

In general, a minimal plot is used so that profiles are focused on +

+

In general, a minimal plot is used so that profiles are focused on low-level, general code, rather than implementations of specific geoms. This might be expanded at the point where improving performance of specific geoms becomes a focus. Further, the profile focuses on the diff --git a/dev/news/index.html b/dev/news/index.html index a455a4f46b..43bdb7d2fc 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -82,7 +82,9 @@

ggplot2 (development version)

-