Interactive Graph Visualization at its Finest

less than 1 minute read

The graph is a special structure consisted of a set of nodes and edges between them. With their help, we can model different systems and study the relationship between the entities. In this particular example we use the JDK (Java Development Kit) 1.6.0.7 class dependency network dataset downloaded from the KOBLENZ data repository.

In the animation below we can observe how the nodes are automatically rendered using the force-directed algorithm. You can try it on your own on this web page.

Demo of the Graph Visualization
Animation: JDK dependency as an interactive graph using Cytoscape JS

The full code and data can be found in the following GitHub repo. For more information, follow me on Twitter.

If you liked what you just saw, it would be really helpful to subscribe to the mailing list below. You will not get spammed that's a promise! You will get updates for the newest blog posts and visualizations from time to time.

Leave a comment