Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

savefig matplotlib python

import matplotlib.pyplot as plt
plt.figure()
plt.plot([1,2,3],[1,2,3])
plt.savefig("out.png")
 
PREVIOUS NEXT
Tagged: #savefig #matplotlib #python
ADD COMMENT
Topic
Name
5+5 =