2019年1月14日 星期一

Phython 學習筆記 - Windows中安裝Matplotlib

目標: 想要用Phython來畫3D Line plot

我的Phython version:3.5.2


1. 先安裝3D Library for Phython, 使用Matplotlib

打開windows command line. 分別鍵入下列兩行指令進行自動安裝

python -m pip install -U pip
python -m pip install -U matplotlib










第一個pip安裝很快,約1~2分鐘裝完
第二個大約要裝個5~8分鐘

安裝完大概長這樣:















安裝方法參考網址
https://matplotlib.org/index.html