Python Plot dessine la ligne de but

import matplotlib.pyplot as plt
plt.axhline(y=0.5, color='r', linestyle='-')
plt.show()
Colorful Chipmunk