Answers for "how to save a plot in matplotlib"

5

save matplotlib figure

plt.savefig('image.png')
Posted by: Guest on July-22-2020
2

save plot in python

plt.savefig('books_read.png')
Posted by: Guest on April-28-2020

Code answers related to "how to save a plot in matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language