Remove rankdir=LR; from DOT output

This commit is contained in:
Nicolas Will
2025-03-26 13:26:45 +01:00
parent e9c3e14fab
commit 9cd0340d21

View File

@@ -39,8 +39,7 @@ def convert_dgml_to_dot(dgml_file, dot_file):
# Form dot element sequence
body_l = ["digraph cbom {",
"node [shape=box];",
"rankdir=LR;"
"node [shape=box];"
]
# Process nodes