Answers for "matplotlib save figure as png high resolution"

3

how to save matplotlib figure to png

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

export high resolution .png matplotlib

plt.savefig('filename.png', dpi=300)
Posted by: Guest on February-12-2021

Code answers related to "matplotlib save figure as png high resolution"

Python Answers by Framework

Browse Popular Code Answers by Language