Am I missing something or is this a strange bug in Gephi scripting console ?
the console shows edges but no nodes
for example
>>> len(g.edges)
4314
>>> len(g.nodes)
1
>>> g.edges
set([e8926, e8794, e7024 ......])
>>> g.nodes
set([None])
You can replicate the error using the dataset Power Grid.gml provided with Gephi. I tested this on several datasets from here for example and got the same error.
Am I doing something wrong ?