Jul-07-2021, 06:36 AM
(This post was last modified: Jul-07-2021, 06:36 AM by Gribouillis.)
You may need to call the poly1d perhaps
plt.plot(xs1, np.poly1d(np.polyfit(xs1, ys1, 2))(xs1), label='0')