| Crates.io | hist2d |
| lib.rs | hist2d |
| version | 0.1.2 |
| created_at | 2019-07-11 06:32:32.10052+00 |
| updated_at | 2019-07-11 06:55:22.023234+00 |
| description | Generates a 2d histogram from paired count data. |
| homepage | https://github.com/J-Wall/hist2d |
| repository | https://github.com/J-Wall/hist2d |
| max_upload_size | |
| id | 148235 |
| size | 3,667 |
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)