I am using log as scale for Y-axis in my plot:
ax.set_yscale('log')
However the problem is Y scale is displayed in such way that it goes from 10^0 to 10^1.
And there is no way one can know what are the in-between values.
Is there any way I can display the in between values in Y axis?