In Chapter 6, we demonstrated the visualization of images and 3D objects with Python 3 and Matplotlib. We also learned a bit of image processing.
Graphs and networks
Visualizing graphs in Python 3
More types of graphs
Assigning custom labels to nodes
After completing this chapter, you will be able to visualize graphs and networks ...