标签:
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()‘
在mac下安装matplotlib
原文地址:http://www.cnblogs.com/ryuham/p/4234526.html