From ff40a3d7a23d8eb1bfaf6497ff6209287fdefb87 Mon Sep 17 00:00:00 2001 From: Boyu Gou Date: Wed, 18 Dec 2024 21:08:20 -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 30a9685..78d8829 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=140, min_font_size=20 + width=2000, height=1000, background_color="white", max_font_size=140, min_font_size=10 ).generate_from_frequencies(keyword_counts) plt.figure(figsize=(20, 10)) plt.imshow(wordcloud, interpolation='bilinear')