From 2c662ff663d7d8cb14e5cd5afe68356a3b12446d Mon Sep 17 00:00:00 2001 From: hadley Date: Mon, 3 Oct 2016 07:09:10 -0500 Subject: [PATCH] Fix typo Manual merge. Closes #274 --- communicate-plots.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicate-plots.Rmd b/communicate-plots.Rmd index 7713b1e..c5afa48 100644 --- a/communicate-plots.Rmd +++ b/communicate-plots.Rmd @@ -124,7 +124,7 @@ ggplot(mpg, aes(displ, hwy)) + Note another handy technique used here: I added a second layer of large, hollow points to highlight the points that I've labelled. -You can sometimes use the same idea to replace the legend with labels placed directly on the plot. It's not wonderful for this plot, but it isn't too bad. (`theme(legend.position = "none"`) turns the legend off --- we'll talk about it more shortly). +You can sometimes use the same idea to replace the legend with labels placed directly on the plot. It's not wonderful for this plot, but it isn't too bad. (`theme(legend.position = "none"`) turns the legend off --- we'll talk about it more shortly.) ```{r} class_avg <- mpg %>%