From 16de6907f22dce3f55f2d690f656b1fa0c7f983d Mon Sep 17 00:00:00 2001 From: Boyu Gou Date: Wed, 18 Dec 2024 21:07:23 -0500 Subject: [PATCH] update readme --- update_template_or_data/utils/scripts/sort_by_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_template_or_data/utils/scripts/sort_by_date.py b/update_template_or_data/utils/scripts/sort_by_date.py index 746cf96..30a9685 100644 --- a/update_template_or_data/utils/scripts/sort_by_date.py +++ b/update_template_or_data/utils/scripts/sort_by_date.py @@ -239,7 +239,7 @@ def clear_folder(folder_path): plt.close() wordcloud = WordCloud( - width=2000, height=1000, background_color="white", max_font_size=150, min_font_size=20 + width=2000, height=1000, background_color="white", max_font_size=140, min_font_size=20 ).generate_from_frequencies(keyword_counts) plt.figure(figsize=(20, 10)) plt.imshow(wordcloud, interpolation='bilinear')