https://forum.gephi.org/viewtopic.php?f ... abel#p1875
The Python NetworkX packages uses labels "d0", "d1", etc. for all node attributes. This bug means that any NetworkX graph with more than 3 node attributes cannot be transferred to Gephi correctly through the GraphML format.
The solution recommended in the above post (to copy the incorrectly imported label column) is inadequate because the true node labels are still lost. The option of renaming attibutes is also not available to NetworkX users.
If the developers are interested in accommodating yEd users, then I recommend creating a "yEd" checkbox on the file import screen that can be selected to allow this non-standard and counter-intuitive interpretation of the GraphML standard to be invoked. It should not be the default behavior.Statistics:Posted by rburke2233 — 07 Oct 2014 22:30
]]>