Skip to main content

Visualizing graphs overview

Even though the NetworkX package isn't primarily a drawing tool, basic drawing with capabilities with Matplotlib and the open-source Graphviz software package are included.

There are many useful methods for drawing graph in NetworkX, and you are going to learn basics of:

Don't forget to check out other examples and useful tips which can help you style your graph.

Learn more

Take a look at some of the most common questions when it comes to drawing graphs:

If you find this kind of drawing complicated and it is not working that well for your scale, check out how to visualise your graphs easy here.