save fig as png in a file code example
Example 1: how to save plot in python
In [5]: plt.savefig('books_read.png')
Example 2: save plot in python
plt.savefig('books_read.png')
In [5]: plt.savefig('books_read.png')
plt.savefig('books_read.png')