I created my graph, everything looks great so far, but I want to update color of my nodes after creation.
My goal is to visualize DFS, I will first show the initial
Refer to node_color parameter:
node_color
nx.draw_networkx_nodes(G, pos, node_size=200, node_color='#00b4d9')