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')