Skip to content
/ hist2d Public

Generates a 2d histogram from paired count data.

Notifications You must be signed in to change notification settings

J-Wall/hist2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Generates a 2d histogram from paired count data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages