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 bacabfc commit ff40a3d
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=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')
Expand Down

0 comments on commit ff40a3d

Please sign in to comment.