You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to visualize two projects simultaneously; other times a single project has a natural partition (like POPREBEL and its fora in different languages). It may happen that two nodes are connected across more than one layer. It is natural to represent layers by color-coding edges.
In this case, we want to:
Draw one edge per layer.
Each edge should be appropriately color-coded.
Layout algos like FMˆ3 in Tulip make sure that parallel edges are not superimposed on each other, so 1 should be covered. At the moment, 2 is not working. Try:
Impose the layout on the root, before stacking (!)
Color-code the root
Create the various stacked graphs, making the new edges inherit the color of the unstacked
Create the subgraphs by level of K on the separate layers, and compare the visualizations there.
The resulting hierarchy is:
root
layer 1 (for example a project)
stacked
k= 2
k = 3
The text was updated successfully, but these errors were encountered:
Sometimes we want to visualize two projects simultaneously; other times a single project has a natural partition (like POPREBEL and its fora in different languages). It may happen that two nodes are connected across more than one layer. It is natural to represent layers by color-coding edges.
In this case, we want to:
Layout algos like FMˆ3 in Tulip make sure that parallel edges are not superimposed on each other, so 1 should be covered. At the moment, 2 is not working. Try:
The resulting hierarchy is:
The text was updated successfully, but these errors were encountered: