How to create Gephi network graphs from Python?

后端 未结 2 1297
我寻月下人不归
我寻月下人不归 2021-02-01 22:33

I have just found out about GephiStreamer. https://pypi.python.org/pypi/GephiStreamer

Using this package one can send instructions from python to Gephi to create nodes a

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 23:12

    I found this question while looking for the answer myself. I picked Gephi as my visualizer and then wanted to build a graph that was well supported by the tool by pulling data from around my org with Python.

    I found GephiStreamer and it looks a simple yet comprehensive way to build graphs in Gephi from an external python environment (command line, or IDE)

    The other options at this point are:

    • The Gephi Python Scripting Console
    • Any Graph Lib that can export in a Gephi readable format
      • NetworkX
      • python-igraph
      • graph-tool
    • Any of the python GEFX writers (Google "python GEFX")

提交回复
热议问题