Added a 4Chan colour theme

This commit is contained in:
Lucky 2023-08-31 14:50:41 -03:00 committed by GitHub
parent e093c31ca8
commit 48ce2e7910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,6 +323,7 @@ tidy_pol_fixed2 %>%
top_n(50) %>%
mutate(word = reorder(word, n)) %>%
ggplot(aes(word, n, fill = n)) +
scale_fill_distiller( palette = "Greens") +
geom_col() +
labs(title = "Most Used Words",
x = "Words",