All examples By author By category About

heungseok

Network synced with parallel coordinates

This work illustrates an example of combining node-link based network visualization with parallel coordinate visualization.

Network visualization with node-link based has advantages in understanding the relationship between data, but it has a disadvantage in recognizing the attributes of individual nodes. By combining parallel coordinates visualization, the disadvantages of node-link based visualization can be complemented. The parallel coordinate was built with d3.parcoords.js.

You can see the other version of this visulaization which implmented with sigma.js network and d3 parallel coordinates in this link.