Why the x-axis start from 91 instead of 90?

前端 未结 0 1319
無奈伤痛
無奈伤痛 2021-02-08 10:05
import matplotlib.pylab as plt
from matplotlib.pyplot import MultipleLocator
plt.axis([90, 155, 45, 90])
x_major_locator=MultipleLocator(13)
y_major_locator=MultipleLoca         


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