From 036fd1da20b91f2daa1f66454aa03ae2eb189a46 Mon Sep 17 00:00:00 2001 From: Howard Baik <50791792+howardbaik@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:52:52 -0400 Subject: [PATCH] Minor syntax fix (#530) There are no exercises at the end of the chapter, so I'd remove this phrase, to avoid confusion. Co-authored-by: Howard Baek <50791792+howardbaek@users.noreply.github.com> --- action-graphics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-graphics.Rmd b/action-graphics.Rmd index 4cd1dec8..57e60815 100644 --- a/action-graphics.Rmd +++ b/action-graphics.Rmd @@ -285,7 +285,7 @@ knitr::include_graphics("images/action-graphics/modifying-size-1.png", dpi = 300 There are two important ggplot2 techniques to note here: - I add the distances to the data frame before plotting. I think it's good practice to put related variables together in a data frame before visualising it. -- I set the `limits` to `scale_size_area()` to ensure that sizes are comparable across clicks. To find the correct range I did a little interactive experimentation, but you can work out the exact details if needed (see the exercises at the end of the chapter). +- I set the `limits` to `scale_size_area()` to ensure that sizes are comparable across clicks. To find the correct range I did a little interactive experimentation, but you can work out the exact details if needed. Here's a more complicated idea. I want to use a brush to progressively add points to a selection.