findfont: Font family 'Arial' not found. findfont: Font family ['Arial'] not found.
install
$ sudo apt install ttf-mscorefonts-installer
$ fc-match Arial
Arialが見つからない場合
$ sudo fc-cache -f -v
まだ見つからない場合
$ sudo apt purge ttf-mscorefonts-installer
$ sudo apt install ttf-mscorefonts-installer
$ sudo fc-cache -f -v
$ rm ~/.cache/matplotlib/fontlist-v300.json # for 3.0.0
Qiita.icon