Strategies to reduce jitter / stutter #1445
Unanswered
benny-noumena
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The force layout works well form small graphs. But for bigger graphs, I recommend you to use force atlas |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is a very difficult topic. The best I can tell you is to play with the FA2 settings, to find how to use them to reduce jitter for you specific graphs. One tip though: You can try to use Gephi Lite to fine tune the FA2 settings with a UI. The good news is that it uses the same implementation, and the form matches the available function settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I ran into the issue where with many nodes (~1k) the force layout (used in a worker) produces fatal jitter as the forces may drag the node towards the opposite directions. This can even lead to a severe effect on people with epileptic issues and I would like to avoid this somehow.
The node positions are calculated by
graphology
but it seems that there is no protection for this. I thought I can handle it by measure the delta-distance and delta-angle in thenodeReducer
but unfortunately it looks like changingx
andy
attribute at this point does not have any effect.What would be the best strategy to address this problem?
Many thanks!
Benny
sigma-jitter.mov
CC: @Yomguithereal
Beta Was this translation helpful? Give feedback.
All reactions