You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observed that if a graph has a high degree on-circle node (green-bordered) as in the below image, than graph drifts excessively (more than 10000 pixels) both in randomized and incremental layout. However, in randomized case it drifts one time and then stays around that position, while in incremental case it continues drifting.
We suspect that this is due to very high degree nodes. The green bordered on-circle node is probably pulled very strongly towards unclustered gray nodes, causing the drift. Maybe we should apply a weighted approach (cluster nodes move slower than regular nodes) to node's movements if not already.
I observed that if a graph has a high degree on-circle node (green-bordered) as in the below image, than graph drifts excessively (more than 10000 pixels) both in randomized and incremental layout. However, in randomized case it drifts one time and then stays around that position, while in incremental case it continues drifting.
To reproduce:
CiSE_bug.graphml.txt
The text was updated successfully, but these errors were encountered: