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
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 !