From c52658b4ff9691724d828ddbaa7c82707ce72dc1 Mon Sep 17 00:00:00 2001 From: Lucky <66523959+l-ucky@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:31:14 -0300 Subject: [PATCH] Update ngram Difference between Days X and Y.R --- scripts/ngram Difference between Days X and Y.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ngram Difference between Days X and Y.R b/scripts/ngram Difference between Days X and Y.R index 320e05e..8eb40c6 100644 --- a/scripts/ngram Difference between Days X and Y.R +++ b/scripts/ngram Difference between Days X and Y.R @@ -92,6 +92,7 @@ df_merged2 %>% x = "Words", y = "Count", caption = "Positive integers = More mentions today. - Negative integers = Less mentions today.") + + Negative integers = Less mentions today.", + fill = "Results") + coord_flip() + theme_dark(base_size = 13)