#count #generate #histogram #data #2d #paired

app hist2d

从成对的计数数据生成 2D 直方图

3 个版本

0.1.2 2019 年 7 月 11 日
0.1.1 2019 年 7 月 11 日
0.1.0 2019 年 7 月 11 日

#4 in #paired

MIT/Apache

3KB

hist2d

从成对的计数数据生成 2D 直方图。

USAGE:
    hist2d [OPTIONS] <INPUT>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -n, --nbins <N>          Number of bins in each dimension (memory use will be O(N^2)) [default: 1000]
    -s, --sep <SEPARATOR>    Separator for output [default:  ]

ARGS:
    <INPUT>    Input file (with counts in 2nd and 3rd columns)

依赖关系

~1MB
~11K SLoC