hist2d

Crates.iohist2d
lib.rshist2d
version0.1.2
sourcesrc
created_at2019-07-11 06:32:32.10052
updated_at2019-07-11 06:55:22.023234
descriptionGenerates a 2d histogram from paired count data.
homepagehttps://github.com/J-Wall/hist2d
repositoryhttps://github.com/J-Wall/hist2d
max_upload_size
id148235
size3,667
Jesse Wallace (J-Wall)

documentation

README

hist2d

Generates a 2d histogram from paired count data.

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)
Commit count: 8

cargo fmt