litstudy
litstudy copied to clipboard
Improve network layout
pyvis is very slow if the network being visualized is large (ie, >1000 nodes). The current solution is to disable interactivity in pyvis for large graph and calculate the graph layout manually using ForceAtlas2 (fa2). However, the results look not great. This should be improved by using a different graph layout algorithm.