-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi Gihanna,
Awesome tool :)
I am not sure if it is a 'me' -problem, but I had to modify the postprocessing script in line 166-168 to include nx.nx_pydot.graphviz_layout()
, and install the respective packages to make the visualization work.
postprocessing.py
line 166-168:
elif layout == 'graphviz_layout':
# https://networkx.org/documentation/stable/reference/generated/networkx.drawing.nx_pydot.graphviz_layout.html
pos = nx.nx_pydot.graphviz_layout(G, prog='sfdp')
It works now, but it could potentially be a bug.
Best,
Anne
Metadata
Metadata
Assignees
Labels
No labels