matplotlib提示RuntimeWarning: Glyph 20998 missing from current font

使用matplotlib畫圖報錯,情況如下 RuntimeWarning: Glyph 20998 missing from current font 查詢後初步發現是matplotlib找不到字體,需要自行設置一下: plt.rcParams['font.sans-serif']=['SimHei']
相關文章
相關標籤/搜索