Skip to content
Snippets Groups Projects
Commit 81cc4966 authored by George Marchment's avatar George Marchment
Browse files

update

parent 0315c99a
Branches Maries-branch
No related tags found
No related merge requests found
Pipeline #14171 passed with stage
in 2 minutes and 29 seconds
...@@ -85,7 +85,7 @@ def add_nodes_metro(dot, dico, relevant_nodes = -1): ...@@ -85,7 +85,7 @@ def add_nodes_metro(dot, dico, relevant_nodes = -1):
def add_edges_metro(dot, dico): def add_edges_metro(dot, dico):
for e in dico["edges"]: for e in dico["edges"]:
dot.edge(e['A'], e['B'], dot.edge(e['A'], e['B'],
arrowhead = "none", #https://graphviz.org/doc/info/arrows.html #arrowhead = "none", #https://graphviz.org/doc/info/arrows.html
arrowsize= "1", #If the arrowhead is 'none' this parameter doesn't change anything arrowsize= "1", #If the arrowhead is 'none' this parameter doesn't change anything
penwidth= "2" penwidth= "2"
) )
......
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