plt.axhline(5) # x=5 line plt.axvline(2) # y=2 line
import matplotlib.pyplot as plt series.plot(kind='barh') plt.show()