1. 程式人生 > >matplotlib的下載與安裝教程

matplotlib的下載與安裝教程

安裝完python之後(確保配置正確,博主的版本號為3.6.5,目測以上的都行),對應不同的作業系統,命令列輸入以下程式碼就可以。

# Windows

pip install matplotlib

# MacOS
pip3 install matplotlib

# Linux
sudo apt-get install python3-tk
pip3 install matplotlib