博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

参考文献: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()