pyplot line graph becomes area

前端 未结 0 1223
粉色の甜心
粉色の甜心 2020-12-10 11:43

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题