kuva line

Line plot. Identical column flags to scatter; adds line-style options.

Input: any tabular file with two numeric columns, sorted by x.

FlagDefaultDescription
--x <COL>0X-axis column
--y <COL>1Y-axis column
--color-by <COL>Multi-series grouping
--color <CSS>steelblueLine color (single-series)
--stroke-width <PX>2.0Line stroke width
--dashedoffDashed line style
--dottedoffDotted line style
--filloffFill area under the line
--legendoffShow legend
kuva line measurements.tsv --x time --y value --color-by group --legend

kuva line measurements.tsv --x time --y value --fill --color "rgba(70,130,180,0.4)"

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