YouPlot:在终端上画图的命令行工具

时间:2021-07-24 15:37:33
【文件属性】:
文件名称:YouPlot:在终端上画图的命令行工具
文件大小:45KB
文件格式:ZIP
更新时间:2021-07-24 15:37:33
visualization ruby cli tsv csv YouPlot 是一个命令行工具,可以在终端上绘制绘图。 :bar_chart: 由提供支持 安装 gem install youplot 快速开始 uplot [options] 条形图 curl -sL https://git.io/ISLANDScsv \ | sort -nk2 -t, \ | tail -n15 \ | uplot bar -d, -t " Areas of the World's Major Landmasses " 直方图 echo -e " from numpy import random; " \ " n = random.randn(10000); " \ " print(' \\ \n'.join(str(i) for i in n)) " \ | python \ | uplot
【文件预览】:
YouPlot-main
----.gitignore(89B)
----exe()
--------uplot(109B)
--------youplot(109B)
----LICENSE.txt(1KB)
----.github()
--------FUNDING.yml(29B)
--------workflows()
----logo.svg(21KB)
----README.md(9KB)
----lib()
--------youplot.rb(681B)
--------youplot()
----youplot.gemspec(992B)
----Gemfile(123B)
----Rakefile(226B)
----test()
--------youplot_test.rb(528B)
--------test_helper.rb(107B)
--------youplot()
--------unicode_plot_test.rb(520B)
--------fixtures()

网友评论