Small format for column (#1522)

species column name is missing back ticks in this reference
This commit is contained in:
Zoë Turner
2023-07-16 13:30:42 +01:00
committed by GitHub
parent 028a11eec9
commit 500458f077

View File

@@ -804,7 +804,7 @@ You will learn about many other geoms for visualizing distributions of variables
5. Make a scatterplot of `bill_depth_mm` vs. `bill_length_mm` and color the points by `species`.
What does adding coloring by species reveal about the relationship between these two variables?
What about faceting by species?
What about faceting by `species`?
6. Why does the following yield two separate legends?
How would you fix it to combine the two legends?