Added a 4Chan colour theme
This commit is contained in:
parent
e093c31ca8
commit
48ce2e7910
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue