Remove obsolete sentence (#1006)
This commit is contained in:
parent
e16464efb6
commit
c7113a43bf
|
@ -46,7 +46,7 @@ ggplot(mpg, aes(displ, hwy)) +
|
||||||
The purpose of a plot title is to summarise the main finding.
|
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".
|
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.
|
- `subtitle` adds additional detail in a smaller font beneath the title.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue