I am plotting a graph using plt.plot using information found online.
However, I do not know what the y[:,0] means:
plt.plot(t, y[:,0], label= 'active Mos')
Similarly, I see y[:,1] a lot too...
plt.plot is to plot a line to the graph, right?