From 1ff41b3e6481b9fda55c82342afab2efb9171042 Mon Sep 17 00:00:00 2001 From: Kai Tang Date: Thu, 22 Jun 2023 10:47:27 -0400 Subject: [PATCH] typo fix in communication.qmd (#1523) --- communication.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`.