再度,matplotlib で日本語を使えるようにする Mojave を書いたばかりなのに,である。
Pweave で図を描こうとすると,とんでもないことになる(エラーメッセージがどっと出て,図なんて描かれない)
一番最後の〔原因の)エラーメッセージは,
/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/matplotlib/font_manager.py in get_font(filename, hinting_factor)
1286 if hinting_factor is None:
1287 hinting_factor = rcParams['text.hinting_factor']
-> 1288 return _get_font(filename, hinting_factor)
1289
1290
TypeError: First argument must be a path or file object reading bytes
出ました。font_manager.py そりゃね,変えたのは font_manager.py だけだからそうなんだろう。
解決策を探索する