参考文献:https://blog.csdn.net/qq_39241986/article/details/82085485

from pylab import *
mpl.rcParams['font.sans-serif'] = ['SimHei']
fig=plt.figure()
ax=fig.add_subplot(111)
ax.set(xlim=[0,110],ylim=[0,100],title='三哥喝多了能走多远(3杯/瓶)',
      ylabel='米/m',xlabel='')
plt.show()

 

相关文章:

  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2021-04-21
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
相关资源
相似解决方案