brew install freetype
brew install libpng
sudo easy_install pip
sudo pip install matplotlib
Führen Sie den folgenden Einzeiler aus. Wenn das Kreisdiagramm in einem separaten Fenster angezeigt wird, können Sie es installieren.
python -c 'import matplotlib.pyplot as pyplot; pyplot.pie([1,2,3]); pyplot.show()'
Recommended Posts