how to explicitly plot y axis with python

后端 未结 1 654
死守一世寂寞
死守一世寂寞 2021-01-27 20:04

I used pp.yscale(\'log\') in my python script to plot a figure with y ticks shown in log scale. However, in the figure, the y axis does not appear. Is there any way

相关标签:
1条回答
  • 2021-01-27 20:32

    I suggested on a duplicate of this question that it might be due to logarithmic scales having no 0 and suggested further that one might be able to move the axis to another number. I have no way to check this but Richard stated that this is a solution. I hope it is :-}

    0 讨论(0)
提交回复
热议问题