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
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
I love the idea of being able to visualize stack graphs, however, these graph visualizations get extremely "wide"/"flat" when there are more than ~100 nodes. Looking at graphviz documentation it seems like using a layout engine such as neato or twopi might be better suited to this visualization use case.
I love the idea of being able to visualize stack graphs, however, these graph visualizations get extremely "wide"/"flat" when there are more than ~100 nodes. Looking at graphviz documentation it seems like using a layout engine such as neato or twopi might be better suited to this visualization use case.