# Matplotlib使用

# 官网

https://matplotlib.org/stable/ (opens new window)

# 全案例

https://matplotlib.org/stable/gallery/index.html# (opens new window)

# 安装

pip install matplotlib

# 具体使用请参考官网,很详细~