matplotlib 中文乱码解决方案

2017-08-14  本文已影响23人  听城
import matplotlib.pyplot as plt

plt.xlabel('x轴')
plt.ylabel('y轴')
plt.bar(left = (0,1),height =(1,0.5),width = 0.35)
plt.show()
上一篇下一篇

猜你喜欢

热点阅读