Sat Aug 1 19:24:19 2020 network_graph: Python version: 3.6.9 Plot a graph, of nodes connected by edges. // A network graph { 1 [label=A] 2 [label=B] 3 [label=C] 4 [label=D] 5 [label=E] 6 [label=F] 7 [label=G] 8 [label=H] 9 [label=I] 10 [label=J] 11 [label=K] 1 -- 1 1 -- 2 1 -- 3 2 -- 4 2 -- 5 3 -- 4 4 -- 5 4 -- 6 5 -- 6 5 -- 7 5 -- 8 6 -- 7 7 -- 8 8 -- 9 9 -- 10 9 -- 11 10 -- 11 } Graphics saved as "network_graph.dot.png" network_graph: Normal end of execution. Sat Aug 1 19:24:19 2020