Remove obsolete sentence (#1006)

This commit is contained in:
Jakob Krigovsky 2022-04-13 16:19:47 +02:00 committed by GitHub
parent e16464efb6
commit c7113a43bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.