All examples By author By category About

mayblue9

Graph data visualization using d3js

Data visualization programming assignment 2

In this project, I downloaded 3 datasets from the UCI Network Data Repository.

I first had to write a python script gml2json to convert the graphml format into json.

I then created 2 pages that explored the 3 datasets using d3js.

In general, I found the force directed layouts more interesting but less readable, especially for the "adjnoun" dataset which had the most nodes. I'll tend to use the more readable radial layouts in the future projects, and would try to sort/cluster the data into more interesting displays.

Resources