Answers for "how will you save a plot as a png image in matplotlib"

3

how to save matplotlib figure to png

In [5]: plt.savefig('books_read.png')
Posted by: Guest on November-17-2019

Code answers related to "how will you save a plot as a png image in matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language