plt.plot(x1, y1, label='Line 1', linewidth=4, color='blue') plt.plot(x2, y2, label='Line 2', linewidth=4, color='green') ...