I am trying to plot two lines (y against x) using pyplot in Jupiter notebook.
plt.plot(x, y) plt.plot(x, y_hat)
all x, y, and y_hat
x, y, and y_hat