Commit 5c2dea80 by BellCodeEditor

auto save

parent f4a74904
Showing with 3 additions and 2 deletions
import wordcloud
w=wordcloud.WordCloud(background_color='white',color_func="")
w.generate("hello word")
w=wordcloud.WordCloud(background_color='white',color_func=lambda *args, **kwargs: "black")
w.generate("贝尔编程")
w.to_file("mycloud.png")
\ No newline at end of file

8.28 KB | W: | H:

8.48 KB | W: | H:

mycloud.png
mycloud.png
mycloud.png
mycloud.png
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment