From c7113a43bf4755ea24d233084bc05e350874ce80 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Wed, 13 Apr 2022 16:19:47 +0200 Subject: [PATCH] Remove obsolete sentence (#1006) --- communicate-plots.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicate-plots.Rmd b/communicate-plots.Rmd index ba8ca7b..c9629fd 100644 --- a/communicate-plots.Rmd +++ b/communicate-plots.Rmd @@ -46,7 +46,7 @@ ggplot(mpg, aes(displ, hwy)) + The purpose of a plot title is to summarise the main finding. Avoid titles that just describe what the plot is, e.g. "A scatterplot of engine displacement vs. fuel economy". -If you need to add more text, there are two other useful labels that you can use in ggplot2 2.2.0 and above (which should be available by the time you're reading this book): +If you need to add more text, there are two other useful labels that you can use in ggplot2 2.2.0 and above: - `subtitle` adds additional detail in a smaller font beneath the title.