diff --git a/communication.qmd b/communication.qmd index aaff400..9e90f77 100644 --- a/communication.qmd +++ b/communication.qmd @@ -477,7 +477,7 @@ base + guides(color = guide_legend(nrow = 3)) ``` -If your plot is short and wide, place the legend at the legend at the top or bottom, and if it's tall and narrow, place the legend at the left or right. +If your plot is short and wide, place the legend at the top or bottom, and if it's tall and narrow, place the legend at the left or right. You can also use `legend.position = "none"` to suppress the display of the legend altogether. To control the display of individual legends, use `guides()` along with `guide_legend()` or `guide_colorbar()`.