Decorating a network graph

What would be visually appealing is if we could convert this monotonic graph into something more informative. For example, if we put the distance numbers on the edges and, depending on the distance, change the length of the edge, that would be really helpful.

Or how about assigning different color codes to each cluster? That way, we can easily spot different regions without following the edges.

We need to do something with the labels too. If we move the distance numbers from node labels and place them on the edges, then we need to show something else on the nodes.

There are so many options that we can use to make the graph more insightful; lets see how to implement the few items mentioned above.

Decorating the edges

We can ...

Get Angular Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.