Skip to main content

Intro

This sequence of example visualizations is based on the examples in the Using Tulip for Network Analysis tutorial.

It uses two CSV files.

One has details of players (which we will treat as nodes):

Name,Birth Place,Peak Rating,Number of Participations,Status
"Botvinnik, M.","Repino, Russia",2660,8,2
"Smyslov, V.","Moscow, Russia",2620,8,2
...

And the other has details of games (which we will treat as edges):

Player 1,Player 2
"Botvinnik, M.","Smyslov, V."
"Botvinnik, M.","Smyslov, V."
"Botvinnik, M.","Smyslov, V."
"Botvinnik, M.","Smyslov, V."
"Botvinnik, M.","Reshevsky, S."
"Botvinnik, M.","Reshevsky, S."
...