I'm trying to write a vertex clustered graph as a gexf file from python-igraph. Any idea how to do it? I'm aware that I can write other formats [http://www.cs.rhul.ac.uk/home/tamas/development/igraph/tutorial/tutorial.html#igraph-and-the-outside-world] , but I'd like it to be gexf. There is a pygexf package but not documented well yet
It seems python-igraph doesn't support to read a gexf file. Here is the document of Graph.Read() Graph.Read()
But you can transform gexf file to other format which are supported in igraph, such as gml file, with other tools like gephi.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With