Linux Matplotlib 安装 Times New Roman 字体 发表于 2021-12-09 | 分类于 环境 | 阅读次数: 12345678910cdcurl https://dl.freefontsfamily.com/download/Times-New-Roman-Font/ -o Times-New-roman.zipunzip Times-New-roman.zippython -c "import matplotlib; print(f'path to mpl-data: {matplotlib.matplotlib_fname()[:-12]}')"cp 'Times New Roman'/* /path/to/mpl-data/fonts/ttf/rm -rf ~/.cache/matplotlib 本文作者: siaimes 本文链接: https://siaimes.github.io/2021/12/09/p60.html 版权声明: 本博客所有文章除特别声明外,均采用 BY-ND 许可协议。转载请注明出处!