Plot à l'image Python

from matplotlib import pyplot as plt

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