Distributoren in Anlage integriert und Grafische Ausgabe gebaut:

This commit is contained in:
2025-05-15 16:37:06 +02:00
parent a84ea5c1e0
commit cf2f16a72d
2 changed files with 119 additions and 32 deletions
+2 -2
View File
@@ -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