Graph Visualization: 7 Steps from Easy to Advanced

Making visualization with Python, NetworkX, and D3.JS

9 min read

2 hours ago

Davis’s Southern Club graph, Image by author

Some data types, like social networks or knowledge graphs, can be “natively” represented in graph form. Visualization of this kind of data can be challenging, and there is no universal recipe for that. In this article, I will show several steps of graph visualization with an open-source…