mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Changed graphviz.Graph() to graphviz.Digraph() with a graph_attr ratio of .5.
This commit is contained in:
parent
349bcf6973
commit
dc1c3e467d
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ def call_map():
|
|||
|
||||
idents = set(defines.keys()).intersection(set(references.keys()))
|
||||
|
||||
dot = graphviz.Graph()
|
||||
dot = graphviz.Digraph(graph_attr={'ratio': '.5'})
|
||||
|
||||
labels = defaultdict(list)
|
||||
edges = defaultdict(float)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue