Test Your Network Graph Knowledge
Enhance your proficiency in Bokeh networking through this practical exercise.
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 ...