Parallel coordinates (2)

Parallel coordinate plot for the classic Iris flower dataset, scaled to the extent to each variable, inspired by the ggparcoord example in R.

<Plot grid height={450} inset={10} color={{ legend: true }}>
    <Line
        {...normalizeParallelX(
            {
                data: iris,
                x: 'Value',
                y: 'Measurement',
                z: 'Id'
            },
            'extent'
        )}
        curve="monotone-y"
        strokeOpacity={0.3}
        stroke="Species"
        marker="dot" />
</Plot>
Improve this page
Last update at: 2025/11/24