import wordcloud w = wordcloud.WordCloud(width=1000,height=500,background_color='white') w.generate('life is short you need python') w.to_file('2.png')
简单词云[一句话]
最新推荐文章于 2023-03-02 23:22:03 发布
import wordcloud w = wordcloud.WordCloud(width=1000,height=500,background_color='white') w.generate('life is short you need python') w.to_file('2.png')