How to set the starting position of the grid line?

后端 未结 0 916
独厮守ぢ
独厮守ぢ 2020-12-01 16:00

I want to generate a grid line. But I don\'t like the grid lines start from 0.

miloc = plt.MultipleLocator(1)
ax.xaxis.grid(True, which=\'minor\')


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题