grid-plot:用于将数据绘制到网格上并生成图像的脚本

时间:2024-07-21 13:01:33
【文件属性】:

文件名称:grid-plot:用于将数据绘制到网格上并生成图像的脚本

文件大小:68KB

文件格式:ZIP

更新时间:2024-07-21 13:01:33

Python

网格图 grid-plot是一个简单的实用程序,用于在 2D 网格上绘制和可视化数据。 安装 pip install -e git://github.com/doggan/grid-plot.git#egg=grid-plot 或者 git clone git://github.com/doggan/grid-plot.git cd grid-plot python setup.py install 用法 $ grid-plot --help usage: grid-plot [-h] infile outfile positional arguments: infile the input data file outfile the output file optional arguments: -h, --help show this help message a


【文件预览】:
grid-plot-master
----grid_plot()
--------__init__.py(0B)
--------grid_plot.py(10KB)
--------command_line.py(606B)
----examples()
--------01.txt(611B)
--------00.txt(1KB)
--------00.png(25KB)
--------00_background.png(13KB)
--------01.png(31KB)
----LICENSE(1KB)
----setup.py(437B)
----README.md(2KB)
----tests()
--------__init__.py(0B)
--------test_grid_plot.py(1KB)
----.gitignore(63B)

网友评论