Skip to content
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
Loading
Loading
Loading
Pipeline #376510 passed with stage
in 10 minutes and 37 seconds
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