You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -76,26 +76,21 @@ ggplot(data, aes(x = x, y = y, fill = as.factor(group))) +
76
76
77
77
## Gallery
78
78
79
+
Only a few most common palettes are included below. For the complete list, see [palette gallery vignette](https://turtletopia.github.io/gglgbtq/articles/gallery.html).
80
+
79
81
```{r}
80
82
palette_lgbtq("rainbow")
81
83
palette_lgbtq("philadelphia")
82
84
palette_lgbtq("progress")
83
85
palette_lgbtq("lesbian")
84
-
palette_lgbtq("gay_man")
86
+
# In its original meaning of "gay men"
87
+
palette_lgbtq("gay")
85
88
palette_lgbtq("bisexual")
86
89
# Background added to avoid the "disappearance" of the white stripe
0 commit comments