python pyplot horizontal line code example Example: horizontal line matplotlib python Click to copyimport matplotlib.pyplot as plt plt.axhline(0)