Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boyugou committed Dec 19, 2024
1 parent af3e0e6 commit 16de690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_template_or_data/utils/scripts/sort_by_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 16de690

Please sign in to comment.