Dynamic histograms in the terminal
pip install dyst
cut -f 3 file.tsv | dyst
usage: dyst [-h] [-w] [-b BINS] [-c COLUMNS] [-p] [-n] [-m MIN] [-x MAX]
[inputfile]
Text mode Histogram software
positional arguments:
inputfile Input file containing data
optional arguments:
-h, --help show this help message and exit
-w process words instead of numbers
-b BINS Bins shows in the histogram (numeric mode only) [10]
-c COLUMNS Histogram width in columns [80]
-p Show percentage for each bar
-n Don't show progress only final result
-m MIN Minimum value to show in the histogram
-x MAX Maximum value to show in the histogram