Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to save plot in matplotlib

Copied to clipboard
plt.savefig('plot.png', dpi=300, bbox_inches='tight')
Source by problemsolvingwithpython.com #
 
PREVIOUS NEXT
Tagged: #save #plot #matplotlib
ADD COMMENT
Topic
Name
2+4 =