If you look at the Description section of the plot function documentation page, you're using the fifth syntax for plot:
- If Y is a vector, then the x-axis scale ranges from 1 to length(Y)."
Instead, you want to use the first syntax:
Call plot with two inputs.