ligne horizontale matplotlib python
import matplotlib.pyplot as plt
plt.axhline(0)
Tremendous Enceladus
import matplotlib.pyplot as plt
plt.axhline(0)
This will plot y=0 horizontal line ,
import matplotlib.pyplot as plt
plt.axhline(0)
import matplotlib.pyplot as plt
series.plot(kind='barh')
plt.show()