Hi,
I am making a graphviz chart from a networkx object to show a (subcomponent → component ) hierarchy for a any user component material.
It looks great for small hierarchies
But it quickly becomes unreadable once I pick deeper components – even when I expand the image
Is there any way I can do this ?
Also is there better way to dynamically show this data structure my current attempt to use networkx → graphviz?
Thanks !