1

I have a function g = 5*x -12*y + 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 in the same graph. I'm using the function

plt.scatter([Qx,Sx],[Qy,Sy])

How can I plot them both in the same graph?

William Miller
  • 8,894
  • 3
  • 17
  • 42
Rubus
  • 171
  • 7
  • 2
    Does this answer your question? [Sympy and plotting](https://stackoverflow.com/questions/40747474/sympy-and-plotting) – Fourier Dec 21 '20 at 23:38

0 Answers0