Best Data Viz
Ranking

Parallel Coordinates

Plots multivariate data with one vertical axis per variable, connecting each observation's values with a polyline across all axes.

Vehicle Comparison

30 vehicles across HP, MPG, Weight, Price

View data (30 rows)
Chart data table: Vehicle Comparison
CarHorsepowerMPGWeightPrice
V0134218473156027
V0221036236632161
V0317235220028356
V0437929267768304
V0511033325816000
V0623033270636476
V0730425339649288
V0835823362559567
V0928720412946030
V1013433274919538
V1126522387048574
V1219434261123170
V1311029311016000
V1411042228116000
V1511038234516000
V1626927296243565
V1720526377043988
V1821827331625215
V1916638238929836
V2026424339945655
V2129429312044389
V2222321436134922
V2316728330126214
V2416531300934452
V2511031334016089
V2616941220029322
V2727928371244442
V2839414504366663
V2926328321245461
V3012842220022165
Make a parallel coordinates with your data

Use a parallel coordinates when…

  • Exploring patterns across many numeric variables simultaneously
  • Identifying clusters, outliers, and correlations in high-dimensional data
  • Comparing individual observations across 4+ dimensions

Avoid when…

  • When you have fewer than four dimensions (simpler charts work better)
  • When data has many observations that overlap heavily without brushing
  • When the audience is non-technical and unfamiliar with the chart type

Data it needs

PropertyValue
Min Rows10
Min Columns4
Column Types
numbernumbernumbernumber
NotesWorks best with 4-12 numeric variables. An optional categorical column enables color coding.

Visual anatomy

Marks
polyline
Channels
position-y per axis (value)color (category)opacity (density)
Axes
one vertical axis per variable

Guiding principles

Consider instead

Common mistakes

  • Not normalizing axes when variables have different scales

  • Including too many lines without clustering or highlighting

  • Using poor axis ordering that hides important relationships

History

Alfred Inselberg formalized parallel coordinates in his 1985 paper 'The plane with parallel coordinates' for visualizing multi-dimensional geometry. The technique has since become a staple in exploratory data analysis and is widely used in fields from machine learning to manufacturing quality control.

Accessibility notes

Parallel coordinates are inherently visual and complex. Provide a filterable data table alongside the chart. Use color and line-width to highlight selections, and ensure interactive brushing is keyboard-accessible.

Related reading

Got data? Let's see what works.

Drop your CSV. You'll get a Parallel Coordinates plus four alternatives - ranked by which one actually fits your data best.