I have data
x = [1,2,..., 341] (x are serial no) , y = [527,533,535,537,... ,1547]
I wanted to plot it in python such that the x and y axis should have same range of values and also have same interval between values.
I have plotted it using excel [Check image here].