下記のようなエラーが出る場合.
UserWarning: findfont: Font family ['Times New Roman'] not found. Falling back to DejaVu Sans.
(prop.get_family(), self.defaultFamily[fontext]))
Terminalから以下のコマンドを入力することで解決する.
$ sudo apt install msttcorefonts -qq
$ rm ~/.cache/matplotlib -rf
ttf-mscorefonts-installer
はTabで選択したい位置にカーソルを合わせてEnterを押す.