iVis-at-Bilkent / cytoscape.js-hyse

Hybrid Spring Embedder
MIT License
1 stars 0 forks source link

Poor handling of non uniform node dimensions in the non-hierarchy #20

Closed ugurdogrusoz closed 1 year ago

ugurdogrusoz commented 1 year ago

See attached graph and how non uniform node dimensions are not handled well and overlaps take place in the non-hierarchical part. graph (1).graphml.txt

Screenshot 2023-05-29 at 21 40 32
ugurdogrusoz commented 1 year ago

Here is another example: graph.graphml.txt Untitled

If you run HySE in animated mode, you also notice that:

ugurdogrusoz commented 1 year ago

This is probably the force directed model is tuned to handle smaller nodes and providing much larger nodes would need re-adjustment of the constants for repulsion, spring, etc. So, ignoring this problem.