Skip to content

Commit 74e8358

Browse files
authored
Merge branch 'feature/control-flow-clusters' into feature/visualize-nodes
2 parents 5345dfc + 04ee8e2 commit 74e8358

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/catalyst/python_interface/visualization/pydot_dag_builder.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,9 @@ def add_cluster(
230230
node = Node(
231231
node_uid,
232232
label=node_label,
233-
shape="rectangle",
234-
style="dashed",
233+
margin=0,
234+
shape="plaintext",
235235
fontname="Helvetica",
236-
penwidth=2,
237236
)
238237
rank_subgraph.add_node(node)
239238
cluster.add_subgraph(rank_subgraph)

0 commit comments

Comments
 (0)