Using Parallel Sets to Visualise Historic Chess Series

Kasparov and Karpov played epic series of encounters during the 80s and 90s, 135 games in all, during which Kasparov rose to the status of greatest player of all time (FIDE rankings). As part of an ongoing series, I wanted to try and visualise the aggregate of these games, on a move by move basis. This is obviously a multi-dimensional problem, constrained by our capacity to see at most three dimensions at once, and these only by tracing movement on a two-dimensional retina.
Various visual methods have been proposed to capture multi-dimensional data, of which parallel sets is a relatively recent addition (see here). It's generally used for categorical data, e.g. the famous Titanic passenger list, but it struck me that it could be used to show game development, with the moves as parallel, sequential dimensions and the categories the moves made at that point (here width of the bars indicates the relative frequency of the move). Luckily for me, there is a brilliant D3 implementation of Parallel Sets by Jason Davies (see here, which helped matters considerably.
Kasparov or Karpov playing white gives two sets, clearly showing a difference in the opening lines. For Kasparov we see two dominant opening lines by move 3 (ply 6), the Ruy Lopez (Spanish Opening) e2-e4, Nf3-Nc6, Bb5, invariably countered by Karpov with a6, the Morphy Defence, and the Nimzo-Indian defence with d4-Nf6, c4-e6, Nc3-Bb4. Karpov is more predictable with his first move, usually d4, but instead of following the Nimzo-Indian at d4-Nf6, c4- Kasparov chooses g6, the King's Indian Defence usually followed by Nc3-d5, the Gruenfeld Defence.
I am reasonably happy with the visualisation's ability to capture the general currents of the games' openings. There's tweaking required for the categorical ordering to emphasise the continuity of lines of play, but overall it does seem to communicate the gist. It would be interesting to compare some other classic Chess series, Fischer-Spassky for example.

Kasparov White

Karpov White