| ▲ | mcv a day ago | |
I'm working on a graph representation of complex data flows through a large organisation. The graph looks like crap, partially because hierarchical dagee graph layout algorithms apply a naive way of removing cycles that ruins the shape of the graph. I've figured out a better way to remove cycles that preserves the shape of the graph in a way that works well for our purpose. Now I just need to figure out how to minimise edge crossings and line up nodes in such a way that it's more immediately obvious how the data flows between different systems. | ||