I have a problem with scaling the x-axis and y-axis of a figure in matplotlib
As you can see below,My plot the x-axis’s values are increasing by the rate of 1 although the y-axis’s is increasing by the rate of 2. How can I set y-axis’s scale rate by 1 just like x-axis?