查詢matplotlib字體路徑
import matplotlib
print(matplotlib.matplotlib_fname())
查看當(dāng)前字體
from matplotlib.font_manager import fontManager
a=sorted([f.name for f in fontManager.ttflist])
for i in a:
print(i)
設(shè)置永久全局有效中文字體
下載字體
https://github.com/tonsky/FiraCode/releases/download/2/FiraCode_2.zip拷貝到matplotlib字體目錄
matplotlib/mpl-data/fonts/ttf修改配置matplotlibrc
font.family = Heiti