kuva histogram

Frequency histogram from a single numeric column.

Input: one numeric column per row.

FlagDefaultDescription
--value-col <COL>0Value column
--color <CSS>steelblueBar fill color
--bins <N>10Number of bins
--normalizeoffNormalize to probability density (area = 1)
kuva histogram histogram.tsv --value-col value --bins 30

kuva histogram histogram.tsv --bins 20 --normalize \
    --title "Expression distribution" --y-label "Density"

See also: Shared flags — output, appearance, axes, log scale.