change matplotlib's default font

后端 未结 4 1660
粉色の甜心
粉色の甜心 2020-12-14 16:26

I\'m trying to change matplotlib\'s default font to Helvetica Neue. On my Mac with EPD/Canopy everything worked fine some time ago.

Trying to do the same on ubuntu

4条回答
  •  时光取名叫无心
    2020-12-14 16:32

    The font cache shows up in a different place for me (.cache/matplotlib/fontList.cache). And before I actually had three of them in different places somehow :/

    maybe try searching for it in your home directory:

    find ~/ -name fontList.cache -exec rm {} \;
    

提交回复
热议问题