Remove asymptote in hyperbola plot in sympy

前端 未结 0 636
北恋
北恋 2021-01-04 20:33

I am trying to plot hyperbola using sympy and also getting its asymptote in the plot as well. Here is my code-

from sympy import *
x = symbols(\'x\')
plot(3/(         


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