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
The complement function poorly handles larger graphs, making the nodes fly in all directions, causing arithmetic errors.
Steps to reproduce
create a large cycle
press the Complement button
Possible solutions
The fix should pretty much just involve trying out various functions that repulse/attract the nodes, since the current ones don't seem to handle long distances too well (see __init__.Canvas.repulsion and __init__.Canvas.attraction attributes).
The text was updated successfully, but these errors were encountered:
The complement function poorly handles larger graphs, making the nodes fly in all directions, causing arithmetic errors.
Steps to reproduce
Possible solutions
The fix should pretty much just involve trying out various functions that repulse/attract the nodes, since the current ones don't seem to handle long distances too well (see
__init__.Canvas.repulsion
and__init__.Canvas.attraction
attributes).The text was updated successfully, but these errors were encountered: