Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python plot speichern

from matplotlib import pyplot as plt

plt.savefig('foo.png')
plt.savefig('foo.pdf')
 
PREVIOUS NEXT
Tagged: #python #plot #speichern
ADD COMMENT
Topic
Name
2+9 =