color -> size (#1096)

This commit is contained in:
JooYoung Seo 2022-09-21 16:07:38 -05:00 committed by GitHub
parent 3e88bddda3
commit 24caeb51e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ We get a *warning* here: mapping an unordered variable (`class`) to an ordered a
#| Scatterplot of highway fuel efficiency versus engine size of cars that
#| shows a negative association. The points representing each car are sized
#| according to the class of the car. The legend on the right of the plot
#| shows the mapping between colors and levels of the class variable -- going
#| shows the mapping between sizes and levels of the class variable -- going
#| from small to large: 2seater, compact, midsize, minivan, pickup, or suv.
ggplot(data = mpg) +