用户:
HFYHTVS查看:2 回复:5 评论:2 创建时间:2020-06-29T19:28:10
Python 数据可视化/数据分析库:
· Matplotlib
用于在Python中创建静态,动画和交互式可视化
Github :https://github.com/matplotlib/matplotlib
#pip安装命令:
pip install matplotlib
·Pyecharts
Python 的 Echarts 绘图库 ,可以制作出精美的图表
#pip 安装命令
pip install pyecharts
· Pillow
前身为PIL (Python Imaging Library.)-一个基于Python2.x 的强大的图片显示库 后经 Alex Clark 和他的小伙伴们 开 发为Pillow
官网 https://pillow-zh-cn.readthedocs.io/zh_CN/latest/
#pip 安装方法
pip install pillow
#Python 调用方法
import PIL
Thanks for reading