Closed witszymanski closed 1 year ago
Direction and order of the relations affect the layout.
Try to flip the direction of the last relation (on line 9)
[<phospho> experimental design] <:- [<boxd>data analysis | filtering | normalization | imputation | statistics ]
About acyclicer
:
Nomnoml uses a fork of Dagre for layouting. From their documentation:
acyclicer
If set to greedy, uses a greedy heuristic for finding a feedback arc set for a graph. A feedback arc set is a set of edges that can be removed to make a graph acyclic.
It kind of worked! Thanks!
Now, are there arguments, where we can disable relation crossing? Like the line goes on top instead of doing this:
Reorder the relations and layout will shift around. The layouter should try to minimize edge crossings, but it is a bit of a black box.
Hi! Is there a way how to fix a position of a particular box to be on TOP or LEFT as a starting point? Example: This looks fine for now
But now I want to have a line going from last box to the first, like this:
However, in the nomnoml I always get it wrong
2nd question: what does acyclicer do?
Greets!