The matplotlib.pyplot.plot documentation says that-
plot(y) # plot y using x as index array 0..N-1
So what would be the output with y=[1,2,3,4,5,6,7,8,9,10] ans with y=[2,4,6,8,10]?
I plotted them but was not able to infer anything. Please Help