Tensor Plotting

Hi! I’m plotting 2 tensors with plt.plot() and the Y axes on one of them is form 0 to 1.4 and the other one from 0 to 2. I want them both to be the same. What should I do?
I’ve attached pics.


If you’re plotting them separately you can do, plt.ylim(0,2) before doing plt.show()