【問題解決】Python中matlibplot中文出現亂碼

1 #coding:utf-8
2 import matplotlib.pyplot as plt
3 #用來正常顯示中文標籤
4 plt.rcParams['font.sans-serif'] = ['SimHei'] 
5 #用來正常顯示負號
6 plt.rcParams['axes.unicode_minus'] = False 
7 #有中文出現的狀況,須要u'內容'
相關文章
相關標籤/搜索