typo fix in communication.qmd (#1523)

This commit is contained in:
Kai Tang 2023-06-22 10:47:27 -04:00 committed by GitHub
parent 9aef35c849
commit 1ff41b3e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()`.