We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a87959 commit f6e3d7cCopy full SHA for f6e3d7c
graphkit/plot.py
@@ -33,7 +33,7 @@ def get_node_name(a):
33
kw = {}
34
if isinstance(nx_node, str):
35
# Only DeleteInstructions data in steps.
36
- if nx_node in steps:
+ if steps and nx_node in steps:
37
kw = {"color": "red", "penwidth": 2}
38
39
# SHAPE change if in inputs/outputs.
0 commit comments