python包:matplotlib

wenluderen發表於2024-04-18

1):

matplotlib是一個python 2D繪相簿,利用它可以畫出許多高質量的影像。只需幾行程式碼即可生成直方圖,條形圖,餅圖,散點圖等。

Matplotlib是整個包,pyplot是Matplotlib中的一個模組,並且pylab是一個安裝在一起的模組。

https://matplotlib.org/

2:使用

https://zhuanlan.zhihu.com/p/70835617

3:安裝

不知道 URL,無法安裝

搜易要只當URL 安裝映象

pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple(安裝成功 如下圖)

 

相關文章