Plotting mathematical functions using Python and matplotlib

前端 未结 0 1951
不知归路
不知归路 2020-12-21 06:06

I want to plot any mathematical function such as y=x**2 or y=sin(x)/x (anything basically). The problem is, I can only plot functions defined in numpy such as np.sin, np.cos

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