generative icon indicating copy to clipboard operation
generative copied to clipboard

Tool to weight graph edges by number of routes to the root node(s)

Open Notgnoshi opened this issue 4 years ago • 0 comments

Take a tree, and weight the edges so that the arterial edges can be drawn thicker.

Should work on non-tree graphs. Requires picking a random root, or specifying node(s) to be root(s).

Input should be TGF with optional node labels, and no edge labels. Output should be TGF with numeric edge labels.

See also https://github.com/jasonwebb/morphogenesis-resources#medial-axis

Related to #52

Notgnoshi avatar Jun 06 '21 17:06 Notgnoshi