Skip to content

Graphviz layout problem #5

@AnneHartebrodt

Description

@AnneHartebrodt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions