How to combine different plots in one graph with Matplotlib?

前端 未结 0 429
醉酒成梦
醉酒成梦 2021-02-05 20:10

So I have two functions:

Y1= np.sin(X)
Y2= X/np.pi

I want to plot them in the same graph using Matplotlib. To do so, I have the foll

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