Jacob Adam Hasselbalch
Jacob Adam Hasselbalch
Could it have something to do with this being a bipartite network, and so some of the nodes do not figure in the 'ORGANIZATION' or 'COUNTRY' dictionaries?
No, only nodes in one bipartite set have an ORGANIZATION and COUNTRY association. I just now gave the nodes in the other bipartite set a 'null' value for these keys,...
Is it possible to use the [nx.draw_network_labels](https://networkx.github.io/documentation/stable/reference/generated/networkx.drawing.nx_pylab.draw_networkx_labels.html#networkx.drawing.nx_pylab.draw_networkx_labels) function to add node labels to the visualizations produced by nxviz?
Also working here! Very cool. How would I go about adjusting the positioning so there's no overlap and no label cutoffs? 
Hi @ericmjl , you should be able to access the data and code through this github repo: https://github.com/basselhak/braindrain I just tried it out myself, and it doesn't seem to change...
Great! I look forward to trying it out. 2018-03-21 13:56 GMT+01:00 Eric Ma : > @basselhak on the latest version of > master, rotated node labels for CircosPlots are available....