how to plot mltiple horizontak kines in matplotlib code example
Example: how to plot mltiple horizontak kines in matplotlib
[ax.axhiline(y=i, linestyle='--') for i in [150,100,200,300]]
[ax.axhiline(y=i, linestyle='--') for i in [150,100,200,300]]