kuva contour

Contour plot from scattered (x, y, z) triplets.

Input: three columns — x coordinate, y coordinate, scalar value.

FlagDefaultDescription
--x <COL>0X column
--y <COL>1Y column
--z <COL>2Scalar value column
--levels <N>8Number of contour levels
--filledoffFill between contour levels
--colormap <NAME>viridisColor map (filled mode)
--line-color <CSS>Line color (unfilled mode)
--legend <LABEL>Show legend entry
kuva contour contour.tsv --x x --y y --z density

kuva contour contour.tsv --x x --y y --z density \
    --filled --levels 12 --colormap inferno

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