Test Your Network Graph Knowledge
Explore techniques for enhancing network graphs by assigning distinct colors to individual nodes using the Category20 palette. This lesson helps you understand mapping nodes to colors and customizing visual properties, improving interactive data visualizations for the Traveling Salesperson Problem.
Challenge
In the previous lesson, we successfully plotted a network graph with bokeh and networkx. The fill_color of each node was skyblue.
Now, let’s try to change this ...