How to plot points from plt.scatter on same graph as function plotted with sp.plot in Python

后端 未结 0 1545
暗喜
暗喜 2020-12-22 06:41

I have a function g = 5x -12y + 9 which I solve for y using yy = sp.solve(g,y) and then plot using sp.plot(yy[0]).

Now I have 2 points which I want to place

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