Distributoren in Anlage integriert und Grafische Ausgabe gebaut:
This commit is contained in:
+2
-2
@@ -96,8 +96,8 @@ class TestShapely(unittest.TestCase):
|
||||
pos = {node: (node.x, node.y) for node in G.nodes()} # Positionen der Knoten aus den Punkten
|
||||
|
||||
# Plotten des Graphen
|
||||
#nx.draw(G, pos, with_labels=False, node_size=10, font_size=8)
|
||||
#plt.show()
|
||||
nx.draw(G, pos, with_labels=False, node_size=10, font_size=8)
|
||||
plt.show()
|
||||
|
||||
def test_easy(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user