Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. fig = plt.figure(
  2. figsize = (10, 5),
  3. facecolor = 'k',
  4. edgecolor = 'k')
  5. plt.imshow(wordcloud, interpolation = 'bilinear')
  6. plt.axis('off')
  7. plt.tight_layout(pad=0)
  8. plt.show()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement