Skip to content
Snippets Groups Projects
Commit 6cda546b authored by kohlhaasrebecca's avatar kohlhaasrebecca
Browse files

[docs] Changed format for class diagrams

parent f5989ba4
No related branches found
No related tags found
No related merge requests found
Pipeline #47427 failed
......@@ -9,7 +9,7 @@ from pyUML import Graph, UMLClass
def print_and_save(graph, name):
#print(graph.to_string())
#graph.write_raw(f"{name}.dot")
graph.write(f"{name}.png")#, "dot", "png")
graph.write(f"{name}.png", "dot", "png")
def generate_input_uml():
# Create UML for the input classes
......
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