kuva raincloud

Raincloud plot — combines a half-violin KDE cloud, box-and-whisker, and jittered raw points in one panel per group.

Input: one row per observation with group and value columns.

FlagDefaultDescription
--group-col <COL>0Group label column
--value-col <COL>1Numeric value column
--color <CSS>Color for single-group plots
--bandwidth <F>autoKDE bandwidth (Silverman's rule by default)
--no-cloudoffHide the half-violin KDE
--no-boxoffHide the box-and-whisker
--no-rainoffHide the jittered raw points
--flipoffMirror cloud to the opposite side
--legend <LABEL>Add legend entries (one per group)
kuva raincloud data.tsv --group-col group --value-col score

kuva raincloud data.tsv --group-col condition --value-col response \
    --no-rain --legend "Condition" --title "Treatment Response"

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