plt show output as image code example
Example 1: how to save matplotlib figure to png
In [5]: plt.savefig('books_read.png')
Example 2: save matplotlib figure
plt.savefig('image.png')
In [5]: plt.savefig('books_read.png')
plt.savefig('image.png')