From 500458f07712c27aef0e3f4e094ccaad3de7f883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB=20Turner?= Date: Sun, 16 Jul 2023 13:30:42 +0100 Subject: [PATCH] Small format for column (#1522) species column name is missing back ticks in this reference --- data-visualize.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-visualize.qmd b/data-visualize.qmd index 0e449b2..cc5c261 100644 --- a/data-visualize.qmd +++ b/data-visualize.qmd @@ -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?