gpt4 book ai didi

python igraph 边作为节点图

转载 作者:行者123 更新时间:2023-12-01 07:19:04 25 4
gpt4 key购买 nike

我在 igraph 中有一个图表:

import igraph as ig
vertices = [i for i in range(7)]
edges = [(0,2),(0,1),(0,3),(1,0),(1,2),(1,3),(2,0),(2,1),(2,3),(3,0),(3,1),(3,2),(2,4),(4,5),(4,6),(5,4),(5,6),(6,4),(6,5)]
g = ig.Graph(vertex_attrs={"label":vertices}, edges=edges, directed=True)

但我想知道 Igraph 中是否已经实现了某些功能,以便获得以边作为实际 g 图的节点的图,如下图所示。

enter image description here

最佳答案

如果我没记错的话,这种转换称为折线图,Igraph python 有函数调用 linegraph()。

我相信这就是您正在寻找的。

关于python igraph 边作为节点图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57791098/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com