plot to image python

38

plot to image python -

from matplotlib import pyplot as plt

plt.savefig('Path/FigureName.png')

Comments

Submit
0 Comments