matplotlib-example:Python 3数据可视化,windows 10下matplotlib练习

时间:2021-03-24 01:25:30
【文件属性】:
文件名称:matplotlib-example:Python 3数据可视化,windows 10下matplotlib练习
文件大小:7KB
文件格式:ZIP
更新时间:2021-03-24 01:25:30
系统开源 matplotlib练习源码 使用方法(win 10为例) 环境准备 1,下载并安装。 2,添加python到window PATH,安装完python会有提示,自动帮你添加 3,安装matplotlib。 Win+S打开微软小娜输入命令提示符,鼠标右键初始化以管理员身份运行。 然后键入python -m pip install matplotlib进行自动的安装,系统会自动下载安装包。 练习原始码,直接clone本仓库 git clone https://github.com/bollwarm/matplotlib-example.git 没有git的用户直接通过浏览器下载一下链接 https://github.com/bollwarm/matplotlib-example/archive/0.1.zip 文章链接
【文件预览】:
matplotlib-example-master
----pie1.py(247B)
----linear.py(491B)
----pie2.py(648B)
----3d5.py(884B)
----readme.md(754B)
----pie3.py(606B)
----barchar2.py(374B)
----3d3.py(451B)
----3d1.py(557B)
----scatter-gram.py(140B)
----config.py(47B)
----barchar1.py(461B)
----3d4.py(421B)
----3d2.py(406B)
----histogram.py(645B)

网友评论