$ easy_install pip
$ pip install --upgrade setuptools
$ pip install --upgrade pip
$ pip install matplotlib
$ mkdir .matplotlib
$ cd .matplotlib/
$ touch matplotlibrc
$ echo "backend : TkAgg" >> matplotlibrc
なんだこのバックエンドってのは・・。
.pyenv/versions/anaconda3-4.2.0/lib/python3.5/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
なんか怒られているし・・。
謎が多い。
一応動くなー。