Update script_2.2.2.py

main
pzb7h6yxf 10 months ago
parent 898f174e97
commit bc2ef29f3e

@ -30,7 +30,7 @@ wc = wordcloud.WordCloud(
height=500,
background_color='white',
mask=img,
stopwords={'main','Taipei','afraid','aiden','Britain'}, # 添加不需要的停用词
stopwords={'main','Taipei','afraid','aiden','Britain'}, # 添加停用词
font_path='msyh.ttc' # 设置中文字体路径
)

Loading…
Cancel
Save