brew install freetype
brew install libpng
sudo easy_install pip
sudo pip install matplotlib
以下のワンライナー実行して、パイチャートが別ウインドウで表示されたらインストールできてる。
python -c 'import matplotlib.pyplot as pyplot; pyplot.pie([1,2,3]); pyplot.show()'
Go to list of users who liked
More than 5 years have passed since last update.
brew install freetype
brew install libpng
sudo easy_install pip
sudo pip install matplotlib
以下のワンライナー実行して、パイチャートが別ウインドウで表示されたらインストールできてる。
python -c 'import matplotlib.pyplot as pyplot; pyplot.pie([1,2,3]); pyplot.show()'
Register as a new user and use Qiita more conveniently
Go to list of users who liked