We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e93be1 commit 93b6635Copy full SHA for 93b6635
graphColoringAlgo/welshPowellAlgo.py renamed to graphColoringAlgo/welshPowellAlgo/welshPowellAlgo.py
@@ -42,4 +42,4 @@ def greedyColoringAlgo(network, colors):
42
colors_nodes = [data['color'] for v, data in G.nodes(data=True)]
43
plt.figure(1,figsize=(9,9))
44
nx.draw(G, node_color=colors_nodes, with_labels=True)
45
-plt.show
+plt.show
0 commit comments