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