termplotlib:在命令行上绘图

时间:2021-02-06 12:27:56
【文件属性】:
文件名称:termplotlib:在命令行上绘图
文件大小:28KB
文件格式:ZIP
更新时间:2021-02-06 12:27:56
python terminal command-line pypi plot termplotlib termplotlib是一个Python库,可满足您所有终端绘图需求。 它旨在像一样工作。 线图 对于线图,termplotlib依赖于 。 安装后,代码 import termplotlib as tpl import numpy x = numpy . linspace ( 0 , 2 * numpy . pi , 10 ) y = numpy . sin ( x ) fig = tpl . figure () fig . plot ( x , y , label = "data" , width = 50 , height = 15 ) fig . show (
【文件预览】:
termplotlib-main
----.flake8(107B)
----.github()
--------workflows()
----LICENSE.txt(34KB)
----tox.ini(203B)
----test()
--------test_scatter.py(1KB)
--------test_readme.py(466B)
--------test_subplot.py(8KB)
--------test_hist.py(5KB)
--------test_plot.py(3KB)
--------test_barh.py(2KB)
--------test_figure.py(1KB)
----setup.cfg(1KB)
----README.md(4KB)
----Makefile(838B)
----termplotlib()
--------figure.py(2KB)
--------helpers.py(800B)
--------__about__.py(221B)
--------barh.py(2KB)
--------hist.py(3KB)
--------__init__.py(218B)
--------subplot.py(5KB)
--------plot.py(1KB)
----.codecov.yml(12B)
----.gitignore(86B)
----pyproject.toml(94B)

网友评论