from igraph import * g = Graph.Tree(127,2) #Create tree graph with 127 vertices each with 2 children layout = g.layout("tree") plot(g, layout = layout).
確定! 回上一頁