Skip to content
Snippets Groups Projects
Unverified Commit 5cbc378c authored by Matthias Diener's avatar Matthias Diener Committed by GitHub
Browse files

add get_graph_dot_code and show_dot (#151)

* add visualize_graph

* add package

* replace graphviz

* lint fixes

* small style fixes

* fix exception text

* restructure

* add a small test

* skip test if dot not available

* further restructure, rename to get_graph_dot_code

* remove useless assert

* small doc fix

* change Iterable to Collection

* flake8

* fix log message

* explicit return in non-svg case

* make sure that nodes not in graph.keys() appear in output

* rename dot.py -> graphviz.py

* add foldmethod

* add edge_labels

* fix doc

* trigger GitHub actions

* bump CI again

* rename to as_graphviz_dot and add noed_labels

* remove explicit edges storage

* test node_labels explicitly

* flake8
parent 63b27478
No related branches found
No related tags found
No related merge requests found
Pipeline #376510 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment