Suppose I have two arrays:
Y = [1,2,3,4,5, 10000]
X = [1,2,3,4,5,6]
I want to have a plot like: plt.plot(X,Y). But, the 10,000 number is huge and thus it distorts my plot. Is there anyway to show 10000 on y axis such that the other values will also be seen properly.