answered 7 years ago
G = graphs.EmptyGraph()
G.add_edges([(6,1),(1,5),(5,0),(5,3),(3,2),(3,8),(8,4),(8,7)])
G.show()