Skip to content

data-visualisation

#173: Create Graphs with NetworkX

Today we make a small deviation from the plots of Matplotlib and work with networks and graphs (as in computer science). Having a structure that allows us to define objects and their relation to each other is not only interesting for theoretical problems. In this post we look at the basics and next week we put that knowledge into practical use.