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()‘
时间: 2024-10-05 07:57:34
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()‘