Ajouter un étiquette de l'axe x python
plt.xlabel("X axis label")
Handsome Hyena
plt.xlabel("X axis label")
plt.plot(x, y, label='First Line')
plt.plot(x2, y2, label='Second Line')