Max Kasperowski
Max Kasperowski
When using radial layout on trees with four children, the default spacing seems to be too close causing artifacts in the edge routing. [elk-live example](https://rtsys.informatik.uni-kiel.de/elklive/elkgraph.html?compressedContent=IYGw5g9gTglgLgCwLYC4AEJgE8CmUcAmAUAHYQE5o4AewSADiDgIxoDeRaXaoksiqNFGAEYoTtzIU0JZhK5TKJAEzyZ5JQGY1imQBYdGmQFY1hMEtYBaAHwzV3KgQszrdktsfnLaW-rRmzj5+JKYAvkSRujR0jDjK7Gq80PDI6MKi4o66cHLZRnAOkgWexdJwBl5BaLm+doWBLrV+cKVc3jVuNXoBEURAA)
## Summary Topdown Layout introduces the ability to compute hierarchical layouts from the root node down rather than the existing method of performing layout bottom-up. This shakes up some paradigms...
The height of nodes should be set beforehand and the tree layout algorithm must correctly respect the height constraints while creating a proper evenly laid out tree drawing. Below is...
The expected behaviour is that edge labels are placed somewhere along their edges. Instead some are shifted seemingly arbitrarily. ## Example Graph (Stress)  ## Example Graph (Force) In this...
Currently `CoreOptions.NODE_SIZE_FIXED_GRAPH_SIZE` is only supported by the layered and fixedLayout algorithms. It would be useful to also have this option for the other algorithms. This allows the drawing of hierarchical...
In the case of top-down layout, the node size has already been set beforehand and needs to be considered when determining the available space for ports
resolves #861 Implementation of a tree layout that can handle vertical position constraints for nodes. Created in the scope of the bachelor thesis of cln. ## Todos: - [ ]...
An iterative version of the longest path layerer to adress #872. There is no longer a Stackoverflow exception for the example graph, however, the layout still takes too long with...
Should we update this project to EPL 2.0 to be consistent with our other repositories?