When I draw a figure with Chinese Character label in Python 3, it doesn't work correctly:
]
My code:
fig = pd.DataFrame({
'债券收益率':bond,
'债券型基金收益率':bondFunds,
'被动指数型基金收益率':indexFunds,
'总收益率':ret})
fig.plot()
plt.legend(loc=0)
plt.title('债券收益率',
fontproperties='SimHei',
fontsize='xx-large')
plt.grid(True)
plt.axis('tight')
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…