kuva lollipop

Lollipop chart — dot-and-stem alternative to bar charts, useful for emphasising individual values.

Input: one row per data point with x (numeric or categorical) and y value columns.

FlagDefaultDescription
--x-col <COL>0X-value column (numeric or string; strings become categorical)
--y-col <COL>1Y-value column
--label-col <COL>Optional label column (shown at each dot)
--color <CSS>steelblueStem and dot color
--baseline <F>0.0Value at which stems originate
--stem-width <PX>1.5Stem stroke width
--dot-radius <PX>5.0Dot radius
--no-baseline-lineoffHide the horizontal baseline rule
--legend <LABEL>Add a legend entry
kuva lollipop data.tsv --x-col gene --y-col expression

kuva lollipop data.tsv --x-col gene --y-col log2fc \
    --baseline 0 --color "#e15759" \
    --label-col gene --title "Differentially Expressed Genes"

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