gexf4j-core
gexf4j-core copied to clipboard
Using Gephi Toolkit instead of gexf4j
It seems that gephi 0.8a already needs gexf 1.2 format and this is not yet supported by gexf4j. So looking at the gephi toolkit it seems to be more easy to use the toolkit, generate a graph and export it as a gexf file instead of gexf4j. Any comments on this?
I was thinking gephi doesn't read the gexf File because it need gexf 1.2 now but the error was due to missing setVisualization(true). See here https://github.com/jmcampanini/gexf4j-core/issues/8