Generates a 2d histogram from count data with two variables.
``` USAGE: hist2d [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-n, --nbins
ARGS: Input file (with counts in 2nd and 3rd columns) ```