解決Jupyter notebook中文顯示亂碼問題

在用jupyter notebook繪圖時出現中文亂碼 解決辦法: plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['axes.unicode_minus']=False 成功解決。
相關文章
相關標籤/搜索