Image d'exportation PNG Python

from matplotlib import pyplot as plt

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