1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

python3環境にmatplotlibを追加

Last updated at Posted at 2017-06-13

$ 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.')

なんか怒られているし・・。
謎が多い。
一応動くなー。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?