Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow strict graphs #733

Closed
tsaoman opened this issue Jul 30, 2022 · 0 comments · Fixed by #793
Closed

Allow strict graphs #733

tsaoman opened this issue Jul 30, 2022 · 0 comments · Fixed by #793

Comments

@tsaoman
Copy link

tsaoman commented Jul 30, 2022

In DOT, one can specify a graph as strict, which forbids the creation of multi-edges. It doesn't seem this can be passed in graph_attr. Rather, it seems this parameter is passed into the Graph class itself.

classgraphviz.Graph(name=None, comment=None, filename=None, directory=None, format=None, engine=None, encoding='utf-8', graph_attr=None, node_attr=None, edge_attr=None, body=None, strict=False, *, renderer=None, formatter=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant