Netwulf seems to have a problem with some node attributes. It results in not plotting anything.
I have a network that is a monopartite projection of a bipartite network. Therefore every node has the attribute ('bipartite',0).
For using Netwulf I have to delete them manually.
for node in tempToPlot:
del tempToPlot.node[node]['bipartite']
Find attached two input files, one that works and a second one that doesn't work. (I had to rename them as txt)
It might be only the specific node attribute 'bipartite' or node attributes in general. So if people run into this error, just remove the attributes.
matNetwork_error.txt
matNetwork.txt
Netwulf seems to have a problem with some node attributes. It results in not plotting anything.
I have a network that is a monopartite projection of a bipartite network. Therefore every node has the attribute ('bipartite',0).
For using Netwulf I have to delete them manually.
Find attached two input files, one that works and a second one that doesn't work. (I had to rename them as txt)
It might be only the specific node attribute 'bipartite' or node attributes in general. So if people run into this error, just remove the attributes.
matNetwork_error.txt
matNetwork.txt