【機器學習實踐】解決Jupyter Notebook中不能正常顯示中文標籤及負號的方法

import matplotlib.pyplot as pltcode

plt.rcParams['font.sans-serif']=['SimHei'] #用來正常顯示中文標籤
plt.rcParams['axes.unicode_minus']=False #用來正常顯示負號unicode

相關文章
相關標籤/搜索