Home > OS >  How to plot with same x and y axis range and interval between values using python?
How to plot with same x and y axis range and interval between values using python?

Time:08-21

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].enter image description here

  • Related