Skip to content

Commit

Permalink
Minor syntax fix (#530)
Browse files Browse the repository at this point in the history
There are no exercises at the end of the chapter, so I'd remove this phrase, to avoid confusion.

Co-authored-by: Howard Baek <[email protected]>
  • Loading branch information
howardbaik and howardbaik authored Oct 17, 2024
1 parent 26bfaab commit 036fd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-graphics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 036fd1d

Please sign in to comment.