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
Matplotlib