how to show the vertical in logarithmic in matplotlib in python.
For instance, y is 1,10,100,1000 instead of 1,2,3,....
I need this because I want to show some comparison which one of them is too big for instance one of them reaches 200 in maximum point while the two others reach to maximum 3.5. I need to show clearly difference of two low, also I should show the third in the same figure!