如何在 Gephi 输入中表示节点权重?

How to represent node weight in Gephi input?

在 Gephi 中导入以下 GraphViz/DOT 文件时,weight 属性被处理为字符串值。因此,它可以 select 在分区选项卡中编辑,但不能在排名选项卡中编辑。

digraph demo {
  x [label="x", weight=10];
  y [label="y", weight=1];
  x -> y;
}

我想select排名选项卡中的权重属性,以便我可以根据权重值设置节点大小。

我还尝试将权重值作为字符串 ("10") 和浮点数 (10.0) 提供,但这给出了相同的结果。

"… the weight attribute is processed as a string value."

可能的解决方法:

  1. Data Laboratory > Data Table > Add Column.
  2. 输入 Title 和 select 所需的 Type
  3. Select所有记录(Ctrl + A).
  4. 单击 Copy data to other column,然后单击 select 列以从 . 复制数据。
  5. Select新建列复制数据.