brew install freetype
brew install libpng
sudo easy_install pip
sudo pip install matplotlib
Exécutez le one-liner suivant, et si le graphique à secteurs est affiché dans une fenêtre séparée, vous pouvez l'installer.
python -c 'import matplotlib.pyplot as pyplot; pyplot.pie([1,2,3]); pyplot.show()'
Recommended Posts