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
So 7 siblings at level 3 BUT how do I now get the nodeID '20' (I need to move 20 and siblings to a new subtree)
(The problem is I have a huge class hierarchy in Libreoffice-API and creating a classic DOT code file will result in endless scrolling in Graphviz. Therefore I need to extract the subtrees with large elements and treat them differently to save space)
The text was updated successfully, but these errors were encountered:
[t.add_node(T.Node(identifier=r(), data=1), parent=t.all_nodes()[-1]) for i in range(1,10)]
So 7 siblings at level 3 BUT how do I now get the nodeID '20' (I need to move 20 and siblings to a new subtree)
(The problem is I have a huge class hierarchy in Libreoffice-API and creating a classic DOT code file will result in endless scrolling in Graphviz. Therefore I need to extract the subtrees with large elements and treat them differently to save space)
The text was updated successfully, but these errors were encountered: