Matplotlib plot_image() not showing in client

Hi Richard!

It looks like the Wordcloud docs also include the following in their examples:

plt.axis("off")
plt.imshow(wc)

before plt.show() is called (see here). Hopefully this fixes things for you!

Incidentally, what’s the code you’re using to save the plot as a PNG, and how does it compare with mpl_util.plot_image's source code?